Commit da0682f
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_01Ec67FjhM1vVv6ZDBtpUb9F1 parent e2b6832 commit da0682f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments