Skip to content

Commit d0dc8d0

Browse files
committed
See if getting rid of the workflow names will make it use the correct one
1 parent c8b08da commit d0dc8d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ jobs:
332332
with:
333333
filename: "merged-coverage.xml"
334334
fail_on_negative_difference: true
335-
artifact_download_workflow_names: "ci,cron"
336335
only_list_changed_files: true
337336
- name: Add Coverage PR Comment
338337
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())

0 commit comments

Comments
 (0)