Skip to content

Commit fb1a798

Browse files
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).
2 parents a60a851 + 00aebef commit fb1a798

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)