Skip to content

Commit da0682f

Browse files
committed
fix: add fail-fast: false to prevent cascade cancellations in matrix build
When protoc-go fails, the default fail-fast behaviour cancels all subsequent matrix jobs (protoc-java, protoc-node, protoc-swift, protoc-web). Setting fail-fast: false allows each image to be independently built and pushed regardless of other image failures. https://claude.ai/code/session_01Ec67FjhM1vVv6ZDBtpUb9F
1 parent e2b6832 commit da0682f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-protoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
# ensure protoc is built first
1717
max-parallel: 1
18+
fail-fast: false
1819
matrix:
1920
image:
2021
- protoc

0 commit comments

Comments
 (0)