From d81fdf91ab205de2b733b48449bbe11232877a2f Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:55:47 -0600 Subject: [PATCH] ci: fix concurrency Signed-off-by: Eli <88557639+lishaduck@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72d2f71..e484fc1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -149,7 +149,7 @@ jobs: permissions: id-token: write # Needed to authenticate with Deno Deploy. concurrency: - group: deploy + group: deploy-${{ github.ref }} cancel-in-progress: true steps: