Skip to content

Commit

Permalink
chore: don't cancel all in-progress and queued jobs in the matrix if …
Browse files Browse the repository at this point in the history
…any job in the matrix fails

Relate to #13
  • Loading branch information
php-coder committed Apr 17, 2024
1 parent d23684d commit 5185d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-20.04
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
strategy:
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
fail-fast: false
matrix:
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#example-adding-configurations
include:
Expand Down

0 comments on commit 5185d21

Please sign in to comment.