From dce946c3d31a506e43f30cf1325058cf44bb5305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 10 Jun 2026 20:20:38 +0200 Subject: [PATCH] fix: Split concurrency for builds for each branch --- .github/workflows/build-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ui.yml b/.github/workflows/build-ui.yml index 61afea4..5328a58 100644 --- a/.github/workflows/build-ui.yml +++ b/.github/workflows/build-ui.yml @@ -19,7 +19,7 @@ permissions: # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: "pages" + group: "pages-${{ github.head_ref || github.ref_name }}" cancel-in-progress: false jobs: