chore(e2e): update concurrency settings to prevent cancellation of in-progress E2E tests

This commit is contained in:
GitHub Actions
2026-02-03 04:18:37 +00:00
parent 6c6fcdacff
commit 07e8261ecb

View File

@@ -52,7 +52,7 @@ env:
concurrency:
group: e2e-split-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
# Build application once, share across all browser jobs