diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 869d5edbe8779..8fb4270e2a599 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -462,6 +462,7 @@ jobs: runs-on: ubuntu-24.04 needs: info timeout-minutes: 60 + if: false strategy: matrix: python-version: ${{ fromJSON(needs.info.outputs.python_versions) }} @@ -752,7 +753,6 @@ jobs: || github.event.inputs.pylint-only == 'true' needs: - info - - base - pylint-base steps: - name: Check out code from GitHub @@ -813,6 +813,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 20 if: | + false && (github.event.inputs.mypy-only != 'true' && github.event.inputs.audit-licenses-only != 'true' || github.event.inputs.pylint-only == 'true')