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 1818 steps :
1919 - name : ' Check run ○'
2020 uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
21+ if : ${{ 'workflow_run' == github.event_name }}
2122 with :
22- name : ' Fetch coverage info '
23+ name : ' Fetch triggering workflow metadata '
2324 fails-on-triggering-workflow-failure : true
2425
2526 - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
5152 codecov-uploader :
5253 name : Codecov
5354 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
5556 permissions :
5657 contents : read
5758 checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments