Skip to content

Commit

Permalink
fix: failfast in strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 27, 2022
1 parent 5560d3f commit 2f3304e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
if: ${{ needs.release-please.outputs.release_created }}
name: Build wheels
runs-on: ${{ matrix.os }}
fail-fast: false
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
Expand Down

0 comments on commit 2f3304e

Please sign in to comment.