Skip to content

Commit f34b002

Browse files
authored
always change
1 parent 86c9f9f commit f34b002

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,12 @@ 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-
${{ 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 != ''
218+
${{
219+
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 != ''
223+
}}
222224
with:
223225
hide_and_recreate: true
224226
path: code-coverage-results.md

0 commit comments

Comments
 (0)