Skip to content

Commit 01fc7c1

Browse files
committed
Fix outputs not cancelling on push to PR
1 parent 13a40b1 commit 01fc7c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
outputs:
5454
if: |
55-
always()
55+
!cancelled()
5656
&& contains(needs.*.result, 'success')
5757
&& !contains(needs.*.result, 'failure')
5858
&& (needs.changes.outputs.outputs == 'true'

0 commit comments

Comments
 (0)