Skip to content

Commit 70d5cd8

Browse files
committed
gh-actions: codeql cancel out of date actions
1 parent f9c8f1c commit 70d5cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

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

11+
concurrency:
12+
group: scan-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
CodeQL-Build:
1317

0 commit comments

Comments
 (0)