Skip to content

Commit

Permalink
ci: avoid running same workflow multiple times on the same PR at the …
Browse files Browse the repository at this point in the history
…same time
  • Loading branch information
teolemon authored Jul 25, 2023
1 parent c66aaa2 commit 8bc1509
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 @@ -20,6 +20,10 @@ on:
schedule:
- cron: "21 1 * * 0"

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

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 8bc1509

Please sign in to comment.