Commit fb1a798
authored
workflows: don't fail-fast the build step (#1765)
It's not infrequent when one of the jobs hits the infrastructure
timeout, fails and then GH cancels other build jobs, even if they didn't
hit such an infrastructure issue (and could continue to be executed,
finishing the build). Change fail-fast for the non-warm-up build step to
false to let other jobs to finish (or to fail miserably).1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments