From a153efb8c16d242bce22f7783c6bd2d4446d7629 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Thu, 5 Dec 2024 13:26:17 -0800 Subject: [PATCH] default concurrency --- .github/workflows/ci-core-partial.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 3c8f6e1236c..f48dd348d7b 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -83,7 +83,6 @@ jobs: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" - run-concurrency: "24" run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }}