From 448db8a8e9a0687bab2521e0f207cbfbcc8c8df2 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:56:29 +0100 Subject: [PATCH] Disabling automatic cancellation as it is affecting testing. (#1271) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a4e9895b8..418922aee 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ jobs: concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs. group: integration-tests-${{ github.head_ref }} - cancel-in-progress: true + cancel-in-progress: false steps: - uses: actions/checkout@v3