Skip to content

Commit a4c514f

Browse files
fix(ci): use specific runner labels, fix codeql concurrency
1 parent 4698428 commit a4c514f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717

1818
concurrency:
19-
group: codeql-${{ github.ref }}-${{ matrix.language }}
19+
group: codeql-${{ github.ref }}
2020
cancel-in-progress: true
2121

2222
jobs:

0 commit comments

Comments
 (0)