Skip to content

Commit 1f51a75

Browse files
committed
Improve
1 parent d84934d commit 1f51a75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
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
@@ -51,7 +52,7 @@ jobs:
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 !

0 commit comments

Comments
 (0)