From 1b96b7036c3d27cbf0a6f4d476d9625bdb7a3fe7 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 29 Apr 2023 17:59:08 -0400 Subject: [PATCH] Correct CI concurrency group name --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index bad7fe6e79..bb514afdd4 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -25,7 +25,7 @@ env: TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }} concurrency: - group: "ci-${{ github.event.number || github.head_ref }}-${{ github.event_name }}" + group: "ci-${{ github.head_ref || github.run_id }}-${{ github.event_name }}" cancel-in-progress: true jobs: