Skip to content

Commit

Permalink
Merge pull request #6562 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: don't fail fast
  • Loading branch information
oliver-sanders authored Jan 17, 2025
2 parents b69873a + df66ff7 commit 2cf06ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
bash-version:
- '3.2'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python: ['3.8', '3.9', '3.10', '3.11']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3']
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_tutorial_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: 'ubuntu-latest'
Expand Down

0 comments on commit 2cf06ed

Please sign in to comment.