fix: correct ci concurrency and checkout configuration

- Remove sparse-checkout from supply-chain-pr workflow to allow local docker builds
- Update concurrency groups in docker-build, quality-checks, and codeql to use strict branch refs
- Remove SHA component from integration test concurrency groups to enable proper cancellation of stale runs
- Ensures rapid pushes now correctly cancel previous in-progress CI jobs instead of queuing indefinitely
This commit is contained in:
GitHub Actions
2026-02-06 05:36:35 +00:00
parent 00cc170a06
commit 8e22b66744
7 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ on:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env: