Skip to content

Commit 00aebef

Browse files
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

File tree

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
outputs:
137137
url: ${{ steps.compile_kas.outputs.url }}
138138
strategy:
139-
fail-fast: true
139+
fail-fast: false
140140
matrix:
141141
machine:
142142
- glymur-crd

0 commit comments

Comments
 (0)