From 07e8261ecbc73a3a65cd584d563948af3ec4dcba Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Feb 2026 04:18:37 +0000 Subject: [PATCH] chore(e2e): update concurrency settings to prevent cancellation of in-progress E2E tests --- .github/workflows/e2e-tests-split.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index e203f321..82f7339b 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -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