Skip to content

Commit 1211c2d

Browse files
committed
Disable fail-fast for build_python job
1 parent 9649e36 commit 1211c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
id-token: write
248248
packages: write
249249
strategy:
250+
fail-fast: false
250251
matrix:
251252
arch: ${{ fromJson(needs.init.outputs.architectures_alpine) }}
252253
version: ["3.20", "3.21", "3.22"]

0 commit comments

Comments
 (0)