From 269d85668169561fd215f1b29df48e2d1c1b8cf8 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 24 Apr 2026 13:08:29 -0700 Subject: [PATCH] remove github.ref from concurency group name --- .github/workflows/pr-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-suite.yml b/.github/workflows/pr-test-suite.yml index 816c81606..760638b82 100644 --- a/.github/workflows/pr-test-suite.yml +++ b/.github/workflows/pr-test-suite.yml @@ -13,7 +13,7 @@ permissions: contents: read concurrency: # https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha - group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: