ci(verify): avoid uncancellable workflow

https://github.com/semantic-release/.github/issues/19#issuecomment-1800963916

for semantic-release/.github#19
This commit is contained in:
Matt Travi 2023-12-15 16:47:07 -06:00
parent 07dde042bb
commit abf8ddd978
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70

View File

@ -70,7 +70,7 @@ jobs:
needs: needs:
- test_dev - test_dev
- test_matrix - test_matrix
if: always() if: ${{ !cancelled() }}
steps: steps:
- name: All matrix versions passed - name: All matrix versions passed
if: ${{ !(contains(needs.*.result, 'failure')) }} if: ${{ !(contains(needs.*.result, 'failure')) }}