From befcb8fb1e722959da1ded52f669d6885061a673 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Thu, 23 Jan 2025 19:22:09 +0000 Subject: [PATCH] Scope concurrency limits to branches There's no need to limit the concurrency between one PR run and another, nor a PR run and main. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db0eed34..12aa1391 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ permissions: id-token: write concurrency: - group: "pages" + group: "pages-${{ github.ref }}" cancel-in-progress: true defaults: