Skip to content

Commit

Permalink
ci(verify): avoid uncancellable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 15, 2023
1 parent 07dde04 commit abf8ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs:
- test_dev
- test_matrix
if: always()
if: ${{ !cancelled() }}
steps:
- name: All matrix versions passed
if: ${{ !(contains(needs.*.result, 'failure')) }}
Expand Down

0 comments on commit abf8ddd

Please sign in to comment.