Skip to content

Commit ae34bb7

Browse files
committed
Add always to markdown comment
1 parent cb1002d commit ae34bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
if: >-
217217
github.event_name == 'pull_request'
218218
&& github.event.pull_request.head.repo.full_name == github.repository
219+
&& ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
219220
with:
220221
hide_and_recreate: true
221222
path: code-coverage-results.md

0 commit comments

Comments
 (0)