Skip to content

Commit 86c9f9f

Browse files
authored
reword always()
1 parent 5232220 commit 86c9f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,10 @@ jobs:
215215
# Create PR comment when the branch is on the repo, otherwise we lack PR write permissions
216216
# -> need another workflow with access to secret token
217217
if: >-
218-
github.event_name == 'pull_request'
218+
${{ always() }}
219+
&& github.event_name == 'pull_request'
219220
&& github.event.pull_request.head.repo.full_name == github.repository
220-
&& ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
221+
&& steps.cov_xml_upload.outputs.artifact-id != ''
221222
with:
222223
hide_and_recreate: true
223224
path: code-coverage-results.md

0 commit comments

Comments
 (0)