Skip to content

Commit 5185d21

Browse files
committed
chore: don't cancel all in-progress and queued jobs in the matrix if any job in the matrix fails
Relate to #13
1 parent d23684d commit 5185d21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
2525
strategy:
26+
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
27+
fail-fast: false
2628
matrix:
2729
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#example-adding-configurations
2830
include:

0 commit comments

Comments
 (0)