Skip to content

Commit

Permalink
Fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jul 22, 2023
1 parent 45b5fbe commit cedbe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: filter-changes
if: ${{ needs.filter-changes.outputs.nondocchanges == 'true' }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit cedbe71

Please sign in to comment.