We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5232220 commit 86c9f9fCopy full SHA for 86c9f9f
.github/workflows/ci.yml
@@ -215,9 +215,10 @@ jobs:
215
# Create PR comment when the branch is on the repo, otherwise we lack PR write permissions
216
# -> need another workflow with access to secret token
217
if: >-
218
- github.event_name == 'pull_request'
+ ${{ always() }}
219
+ && github.event_name == 'pull_request'
220
&& github.event.pull_request.head.repo.full_name == github.repository
- && ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
221
+ && steps.cov_xml_upload.outputs.artifact-id != ''
222
with:
223
hide_and_recreate: true
224
path: code-coverage-results.md
0 commit comments