From c59d1ff0a511d2741e67730fc527a56be77538f3 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Tue, 24 Sep 2024 11:45:05 -0700 Subject: [PATCH] Update merge queue logic (#2554) * update merge queue logic * remove space --- .github/workflows/pr-quality-checks.yml | 2 +- .github/workflows/run-it.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-quality-checks.yml b/.github/workflows/pr-quality-checks.yml index 9479d61b81a..128317a79ce 100644 --- a/.github/workflows/pr-quality-checks.yml +++ b/.github/workflows/pr-quality-checks.yml @@ -1,6 +1,6 @@ name: Quality Checks PR concurrency: - group: Quality-Checks-PR-${{ github.head_ref }} + group: Quality-Checks-PR-${{ github.workflow }}-${{ github.head_ref || github.event.workflow_run.head_branch || github.run_id }} cancel-in-progress: true on: diff --git a/.github/workflows/run-it.yml b/.github/workflows/run-it.yml index 65ddff58e0b..b2b856116d1 100644 --- a/.github/workflows/run-it.yml +++ b/.github/workflows/run-it.yml @@ -1,6 +1,6 @@ name: Run Integration Tests concurrency: - group: Run-Integration-Tests-${{ github.head_ref }} + group: Run-Integration-Tests-${{ github.workflow }}-${{ github.head_ref || github.event.workflow_run.head_branch || github.run_id }} cancel-in-progress: true on: