We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa1bbf commit 1c4e0bcCopy full SHA for 1c4e0bc
.github/workflows/test-report.yml
@@ -16,6 +16,7 @@ jobs:
16
web-page-report:
17
name: Web Page Report
18
runs-on: ubuntu-22.04
19
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
20
steps:
21
- uses: dorny/test-reporter@v1
22
id: test-results
0 commit comments