Fix workflow concurrency issue (#1159) (#1160)

(cherry picked from commit bb80dde66d)

Co-authored-by: Bianca Henderson <bianca@redhat.com>
This commit is contained in:
patchback[bot]
2026-06-26 12:03:21 -04:00
committed by GitHub
parent c9b918a453
commit c76cc63a75

View File

@@ -2,7 +2,7 @@
name: all_green
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy