From c7596d042f3585a4e10ab3b19c320a2a02567efa Mon Sep 17 00:00:00 2001 From: SuhEugene <32931701+SuhEugene@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:58:41 +0300 Subject: [PATCH] Add cancellation --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d24c031a92..346d10dcc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,10 @@ env: BYOND_MINOR: "1589" SPACEMAN_DMM_VERSION: suite-1.7.3 +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: PreFlight: runs-on: ubuntu-latest @@ -61,6 +65,7 @@ jobs: runs-on: ubuntu-latest needs: DreamChecker strategy: + fail-fast: false matrix: map_path: [example, sierra, away_sites_testing] steps: