From 6b95a4a701d5883bd1258f821ad9db228a684a61 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 8 Feb 2023 12:43:07 +0000 Subject: [PATCH] Stop job cancelling --- .github/workflows/validate.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 658101b5aec..baf6b69cb31 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -6,11 +6,6 @@ defaults: run: shell: bash -# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency. -concurrency: - group: ${{ github.ref }}-${{ github.workflow }} - cancel-in-progress: true - on: push: branches: