Commit 00aebef
committed
workflows: don't fail-fast the build step
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).
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>1 parent c6dbb95 commit 00aebef
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