From f4e3d6b81fd8aa32796bf97af046983773cccd98 Mon Sep 17 00:00:00 2001 From: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:35:24 +0100 Subject: [PATCH] fix: align concurrency groups (#198) --- .github/workflows/reusable-build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 2c93a5bff..71aa30728 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -55,7 +55,7 @@ permissions: contents: read packages: read concurrency: - group: ${{ github.head_ref || github.ref_name }} + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: setup-workflow: