diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 532e77a0cacb..ee868484751e 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -67,7 +67,6 @@ jobs: --debug \ --additional-flags="--debug-serialize" \ --output concise \ - --show-speed-regression \ | tee diff_${{ matrix.shard-index }}.txt ) || [ $? -eq 1 ] - if: ${{ matrix.shard-index == 0 }}