From 42b2e41866318705ebc8fb9dedaf6f43f8b0b615 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 3c8f6e1236c..40c4fa89d1e 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -83,8 +83,7 @@ jobs: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" - run-concurrency: "24" - run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} + run-all-tests: "true" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }}