ci: update concurrency logic (#2481)

This commit is contained in:
Joe Harrison
2026-02-17 13:47:16 +00:00
committed by GitHub
parent 5e57fdcf66
commit 4939f13dbe
14 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ permissions:
contents: read
concurrency:
group: codeql-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: