chore(e2e): update concurrency settings to prevent cancellation of in-progress E2E tests
This commit is contained in:
2
.github/workflows/e2e-tests-split.yml
vendored
2
.github/workflows/e2e-tests-split.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user