From 294c2fce4ac621f73f498dee544aa902d858e1bc Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:03:25 -0400 Subject: [PATCH] Fix workflow concurrency issue (#1159) (#1161) (cherry picked from commit bb80dde66d51c820be6c594c0bacc56d6d5a3dfa) Co-authored-by: Bianca Henderson --- .github/workflows/all_green_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all_green_check.yaml b/.github/workflows/all_green_check.yaml index bd9486bd..a7be7cab 100644 --- a/.github/workflows/all_green_check.yaml +++ b/.github/workflows/all_green_check.yaml @@ -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