Skip to content

Commit

Permalink
chore(test): limit codeql concurrency (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 24, 2024
1 parent cddab37 commit ea568c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
schedule:
- cron: '41 4 * * 2'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit ea568c9

Please sign in to comment.