diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c37a306..dd8d238c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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')) }}