Skip to content

Commit b334451

Browse files
committed
Update fail-fast strategy in build-dev-container.yaml
1 parent d68a556 commit b334451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: [list-dir]
2929
strategy:
30-
fail-fast: true
30+
fail-fast: false
3131
matrix:
3232
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
3333
steps:

0 commit comments

Comments
 (0)