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: