We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0bfd7 + c28169a commit 877ddd5Copy full SHA for 877ddd5
.github/workflows/ci.yml
@@ -332,7 +332,7 @@ jobs:
332
with:
333
filename: "merged-coverage.xml"
334
fail_on_negative_difference: true
335
- artifact_download_workflow_names: "ci,cron"
+ artifact_download_workflow_names: "Continuous integration"
336
only_list_changed_files: true
337
- name: Add Coverage PR Comment
338
if: steps.code_coverage_report_action.outputs.file != '' && github.event_name == 'pull_request' && (success() || failure())
0 commit comments