diff --git a/.github/workflows/ci-e2e-docker.yml b/.github/workflows/ci-e2e-docker.yml index 2a5897ea..fdd0c152 100644 --- a/.github/workflows/ci-e2e-docker.yml +++ b/.github/workflows/ci-e2e-docker.yml @@ -12,7 +12,7 @@ on: concurrency: group: build-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: false env: NODE_VERSION: '18.19.0' diff --git a/.github/workflows/ci-e2e-remote.yml b/.github/workflows/ci-e2e-remote.yml index 6fe0d408..849c1e37 100644 --- a/.github/workflows/ci-e2e-remote.yml +++ b/.github/workflows/ci-e2e-remote.yml @@ -12,7 +12,7 @@ on: concurrency: group: build-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + cancel-in-progress: false env: NODE_VERSION: '18.19.0'