Skip to content

Commit 31cfce1

Browse files
authored
Merge pull request #787 from stackhpc/wallaby-container-build-no-fail-fast
CI: Don't fail fast on container image build job failure
2 parents dd9150a + 45ac990 commit 31cfce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
9292
permissions: {}
9393
strategy:
94+
fail-fast: false
9495
matrix: ${{ fromJson(needs.generate-tag.outputs.matrix) }}
9596
needs:
9697
- generate-tag

0 commit comments

Comments
 (0)