Skip to content

Commit 4a19f71

Browse files
committed
GA: use separate concurrency group per workflow
1 parent 1d9d1e7 commit 4a19f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '0 10 * * 2'
1010

1111
concurrency:
12-
group: build-${{ github.event.pull_request.number || github.ref }}
12+
group: codeql-${{ github.event.pull_request.number || github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)