Skip to content

Commit 8456be5

Browse files
committed
Disable fail-fast in release CI
1 parent 2e1978c commit 8456be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
needs: validate-release-request
7474
runs-on: ${{ matrix.os }}
7575
strategy:
76+
fail-fast: false
7677
matrix:
7778
os: [ubuntu-latest, macos-latest]
7879
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]

0 commit comments

Comments
 (0)