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 }}