Skip to content

Commit

Permalink
Update fail-fast strategy in build-dev-container.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 3, 2024
1 parent d68a556 commit b334451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: [list-dir]
strategy:
fail-fast: true
fail-fast: false
matrix:
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
steps:
Expand Down

0 comments on commit b334451

Please sign in to comment.