Skip to content

Commit

Permalink
Speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 5, 2024
1 parent 2e89170 commit ed82d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down Expand Up @@ -752,7 +753,6 @@ jobs:
|| github.event.inputs.pylint-only == 'true'
needs:
- info
- base
- pylint-base
steps:
- name: Check out code from GitHub
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit ed82d48

Please sign in to comment.