fix(ci): update concurrency group name for E2E tests workflow

This commit is contained in:
GitHub Actions
2026-02-05 00:05:42 +00:00
parent b0903b987f
commit 9eed683a76

View File

@@ -48,7 +48,7 @@ env:
PLAYWRIGHT_COVERAGE: ${{ vars.PLAYWRIGHT_COVERAGE || '0' }}
concurrency:
group: e2e-split-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: e2e-tests-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: