Skip to content

Commit d804bcc

Browse files
committed
Disable fail-fast
1 parent e97d3d3 commit d804bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on:
1212
- ubuntu-24.04
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
container: [core, db, exporter, jobservice, log, nginx, portal, prepare, redis, registryctl, registry, trivy-adapter]
1617
steps:
@@ -48,6 +49,7 @@ jobs:
4849
- ubuntu-24.04
4950
needs: build-base
5051
strategy:
52+
fail-fast: false
5153
matrix:
5254
container: [core, db, exporter, jobservice, log, nginx, portal, prepare, redis, registryctl, registry, standalone-db-migrator, trivy-adapter]
5355
steps:

0 commit comments

Comments
 (0)