Skip to content

Commit

Permalink
Skip gh wf for test report if test runner is canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Feb 22, 2024
1 parent eaa1bbf commit 1c4e0bc
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 @@ -16,6 +16,7 @@ jobs:
web-page-report:
name: Web Page Report
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: dorny/test-reporter@v1
id: test-results
Expand Down

0 comments on commit 1c4e0bc

Please sign in to comment.