From a52a16dce50362105202376ba903cbb11f82f5b2 Mon Sep 17 00:00:00 2001 From: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:52:21 +0100 Subject: [PATCH] fix: align concurrency groups --- .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: