Skip to content

Commit 925398c

Browse files
committed
CI: Concurrency Block for CodeQL
1 parent f063517 commit 925398c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: "27 3 * * 0"
1010

11+
concurrency:
12+
group: ${{ github.ref }}-${{ github.head_ref }}-codeql
13+
cancel-in-progress: true
14+
1115
jobs:
1216
analyze:
1317
name: Analyze

0 commit comments

Comments
 (0)