From 7a9962f501b1d4f7d81451be759203c994e07108 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 8 Feb 2023 12:48:13 -0500 Subject: [PATCH] test remove concurrency --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8706e9ae44..9dce650ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,13 +6,6 @@ on: merge_group: types: [checks_requested] -# When pushing a new commit we should -# cancel the previous test run to not -# consume more runners than we need to. -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - jobs: build-core: runs-on: ubuntu-latest