From 2c4ae69e4f745a87b7d097ff1430cb0468c38fa4 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:37:57 -0700 Subject: [PATCH] Fixes the concurrency setting for GHA --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471250e..f59f706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: - develop concurrency: - group: test-${{ github.head_ref }} + group: test-${{ github.ref_name }} cancel-in-progress: true env: