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 f34b002 commit 806ecebCopy full SHA for 806eceb
.github/workflows/ci.yml
@@ -216,7 +216,7 @@ jobs:
216
# -> need another workflow with access to secret token
217
if: >-
218
${{
219
- always()
+ always()
220
&& github.event_name == 'pull_request'
221
&& github.event.pull_request.head.repo.full_name == github.repository
222
&& steps.cov_xml_upload.outputs.artifact-id != ''
0 commit comments