Skip to content

Commit

Permalink
Merge pull request #648 from evo-lua/codeql-fail-fast
Browse files Browse the repository at this point in the history
Enable fail-fast for the CodeQL workflow
  • Loading branch information
rdw-software authored Jan 17, 2025
2 parents a836d92 + 81e58e5 commit ab8369f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
security-events: write

strategy:
fail-fast: false
fail-fast: true
matrix:
language: ['cpp']

Expand Down

0 comments on commit ab8369f

Please sign in to comment.