File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : ' Check run ○'
20
20
uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
21
+ if : ${{ 'workflow_run' == github.event_name }}
21
22
with :
22
- name : ' Fetch coverage info '
23
+ name : ' Fetch triggering workflow metadata '
23
24
fails-on-triggering-workflow-failure : true
24
25
25
26
- uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
51
52
codecov-uploader :
52
53
name : Codecov
53
54
needs : [fetch-info]
54
- uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@v0
55
+ uses : yoanm/temp-reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@from-sub-folders
55
56
permissions :
56
57
contents : read
57
58
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments