We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ff52b commit 0c70b43Copy full SHA for 0c70b43
2 files changed
.github/workflows/ci.yml
@@ -36,3 +36,6 @@ jobs:
36
with:
37
name: test-results
38
path: test-report.json
39
+ web-page-report:
40
+ needs: linux-test-runner
41
+ uses: ./.github/workflows/test-report.yml
.github/workflows/test-report.yml
@@ -2,10 +2,7 @@ name: 'Test Report'
2
run-name: 'Test Report: Commit ${{ github.sha }}'
3
4
on:
5
- workflow_run:
6
- workflows: ['CI']
7
- types:
8
- - completed
+ workflow_call
9
10
permissions:
11
contents: read
0 commit comments