Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
Add the boilerplate setting to cancel prior run for same PR, etc.
  • Loading branch information
fxamacker authored Sep 16, 2024
1 parent c3e8eb2 commit 07d2f49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
schedule:
- cron: '30 5 * * 4'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 07d2f49

Please sign in to comment.