Skip to content

Commit d68a556

Browse files
committed
Add fail-fast strategy to build-dev-container workflow
1 parent ff04c1a commit d68a556

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,8 +27,8 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: [list-dir]
2929
strategy:
30+
fail-fast: true
3031
matrix:
31-
fail-fast: false
3232
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)