From a3dc94f1e1f1f3cc887fc8edb8e255bcfca28343 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 21 Apr 2024 23:49:10 -0700 Subject: [PATCH] Update ci.yml --- .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 839e16f168..c10ecc0a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ permissions: actions: write concurrency: - group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true on: