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: