ci: add concurrency guard to E2E workflow #110

Merged
privilegedescalation-engineer[bot] merged 2 commits from ci/e2e-concurrency-guard into main 2026-03-24 18:45:56 +00:00
Showing only changes of commit e63cd03267 - Show all commits
+3 -1
View File
@@ -12,9 +12,11 @@ permissions:
# Only one E2E run at a time: the shared E2E_RELEASE (headlamp-e2e) in
# privilegedescalation-dev cannot be shared across concurrent runs.
# cancel-in-progress: false (queue, don't cancel) — cancelling in-flight
# runs may skip the if: always() teardown, leaving dangling cluster resources.
concurrency:
group: e2e-${{ github.repository }}
cancel-in-progress: true
cancel-in-progress: false
env:
E2E_NAMESPACE: privilegedescalation-dev