Skip to content

Commit 0c70b43

Browse files
committed
Get gh actions wf file from triggered wf commit hash
1 parent f5ff52b commit 0c70b43

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636
with:
3737
name: test-results
3838
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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: 'Test Report'
22
run-name: 'Test Report: Commit ${{ github.sha }}'
33

44
on:
5-
workflow_run:
6-
workflows: ['CI']
7-
types:
8-
- completed
5+
workflow_call
96

107
permissions:
118
contents: read

0 commit comments

Comments
 (0)