Skip to content

Commit

Permalink
remove fail-fast from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Mar 21, 2024
1 parent c9d2fe5 commit bbdc755
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
arch: ["aarch64", "ppc64le", "s390x", "x86_64", "i686"]
skip: ["*manylinux*", "*musllinux*"]
Expand Down

0 comments on commit bbdc755

Please sign in to comment.