From 531a83865e2370c99518914158aea06c4f62c65a Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 8 Sep 2026 23:22:14 +0200 Subject: [PATCH] fix(playwright): use proper group id for concurrency group Signed-off-by: Ferdinand Thiessen --- workflow-templates/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/playwright.yml b/workflow-templates/playwright.yml index 3f1ab48..b8cbb23 100644 --- a/workflow-templates/playwright.yml +++ b/workflow-templates/playwright.yml @@ -37,7 +37,7 @@ on: permissions: contents: read concurrency: - group: node-${{ github.head_ref || github.run_id }} + group: playwright-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: