From 2b0312ab3f723d347b1c801a11b0a0e75f86b059 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Tue, 24 Oct 2023 19:48:44 +0100 Subject: [PATCH] Allow concurrent PR builds Make the concurrency key per-branch so that PR builds don't stamp on each other. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e7d721..79045d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ permissions: id-token: write concurrency: - group: "pages" + group: pages-${{ github.ref }} cancel-in-progress: true jobs: