Skip to content

Commit e8b6713

Browse files
committed
update cd workflow
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent a01729a commit e8b6713

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/manual-docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}
47+
fail-fast: false
4748
runs-on: "docker-build-${{ inputs.node }}"
4849
steps:
4950
- uses: docker/login-action@v3.2.0

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}
59+
fail-fast: false
5960
runs-on: "docker-build-gaudi"
6061
steps:
6162
- uses: docker/login-action@v3.2.0

0 commit comments

Comments
 (0)