Skip to content

Commit 1c4e0bc

Browse files
committed
Skip gh wf for test report if test runner is canceled
1 parent eaa1bbf commit 1c4e0bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
web-page-report:
1717
name: Web Page Report
1818
runs-on: ubuntu-22.04
19+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1920
steps:
2021
- uses: dorny/test-reporter@v1
2122
id: test-results

0 commit comments

Comments
 (0)