Skip to content

Commit

Permalink
Do not skip all jobs in a matrix if one of them fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Dec 16, 2024
1 parent 149cf80 commit 6f6c45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template_publish_non_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: Publish non-native platform wheels
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/template_publish_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
name: Publish platform wheels
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit 6f6c45c

Please sign in to comment.