From 798c661ba796b163ca1fca882e02ceb5bfb79c89 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 1 Oct 2024 15:08:45 -0500 Subject: [PATCH] ci: job-total => 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633ee4dbb4..5bf510cf7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: --ci \ --junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \ --verbose \ - --shard ${{ matrix.shard }}/${{ strategy.job-total }} \ + --shard ${{ matrix.shard }}/5 \ --changed-since HEAD^ \ --profile "+${{ matrix.profile }}" \ --filter ${{ matrix.filter }}