From 53579b458f3493efe1c43b8593d688fac2e54c01 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 2 Sep 2024 11:06:41 -0700 Subject: [PATCH] Remove suffix in `concurrency: group: test-${{ github.ref }} (thanks @rhaschke for helping) --- .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 119ccf197..07cee51e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: permissions: read-all concurrency: - group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master + group: test-${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master cancel-in-progress: true env: