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 86c9f9f commit f34b002Copy full SHA for f34b002
.github/workflows/ci.yml
@@ -215,10 +215,12 @@ 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
- ${{ always() }}
219
- && github.event_name == 'pull_request'
220
- && github.event.pull_request.head.repo.full_name == github.repository
221
- && steps.cov_xml_upload.outputs.artifact-id != ''
+ ${{
+ always()
+ && github.event_name == 'pull_request'
+ && github.event.pull_request.head.repo.full_name == github.repository
222
+ && steps.cov_xml_upload.outputs.artifact-id != ''
223
+ }}
224
with:
225
hide_and_recreate: true
226
path: code-coverage-results.md
0 commit comments