diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0b77b7b7b7..adf9475742a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -500,7 +500,6 @@ jobs: # NOTE: We always want to run job on master since we run some additional checks there (code # coverage, etc) # if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }} - if: false name: '${{ matrix.name }} - Python ${{ matrix.python-version-short }}' runs-on: ubuntu-20.04 strategy: