Skip to content

Commit d7ac905

Browse files
committed
Add concurrency control to codeql workflow
1 parent 668674c commit d7ac905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ on:
1919
schedule:
2020
- cron: "0 21 * * 0"
2121
workflow_dispatch:
22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.ref }}
24+
cancel-in-progress: true
2225
jobs:
2326
analyze:
2427
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)