From 91f557b30646b7d144d056f9a62d3abaa327451c Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 18 Jan 2024 07:43:54 +0100 Subject: [PATCH] chg: do not cancel in progress --- .github/workflows/ci-e2e-docker.yml | 2 +- .github/workflows/ci-e2e-remote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'