Skip to content

Commit df66ff7

Browse files
committed
GH Actions: don't fail fast
1 parent b69873a commit df66ff7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/bash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
bash-version:
4142
- '3.2'

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
timeout-minutes: 10
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: ['ubuntu-latest']
2122
python: ['3.8', '3.9', '3.10', '3.11']

.github/workflows/test_conda-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
python-version: ['3.8', '3']
2324
env:

.github/workflows/test_tutorial_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020
jobs:
2121
test:
2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
include:
2526
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)