Skip to content

Commit

Permalink
Merge pull request #1283 from superaxander/dev
Browse files Browse the repository at this point in the history
Only run test_report if the run was not cancelled
  • Loading branch information
superaxander authored Nov 21, 2024
2 parents 456ba48 + 57fd268 commit 929367d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
jobs:
GenerateTestReport:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }}

steps:
- name: Checkout VerCors
Expand Down

0 comments on commit 929367d

Please sign in to comment.