Skip to content

Commit 9d16bbe

Browse files
committed
don't cancel in-progress jobs when others fail
1 parent 88a99f2 commit 9d16bbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: tests
1111
runs-on: [ubuntu-latest]
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
python-version: ["3.10", "3.11", "3.12", "3.13"]
1516

@@ -36,6 +37,7 @@ jobs:
3637
runs-on: [ubuntu-latest]
3738

3839
strategy:
40+
fail-fast: false
3941
matrix:
4042
env-paths:
4143
- ["envs/env1.yaml"]

0 commit comments

Comments
 (0)