Skip to content

Commit ff04c1a

Browse files
committed
Add fail-fast option to matrix strategy
1 parent 8d3c6bf commit ff04c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
needs: [list-dir]
2929
strategy:
3030
matrix:
31+
fail-fast: false
3132
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
3233
steps:
3334
- name: Checkout

0 commit comments

Comments
 (0)