disable notebooks (#31631)

old-commit-hash: 7208e37f8c
pull/32199/head
Justin Newberry 2 years ago committed by GitHub
parent 62bbd08492
commit 28e9c2ef76
  1. 2
      .github/workflows/tools_tests.yaml

@ -86,7 +86,7 @@ jobs:
notebooks:
name: notebooks
runs-on: ubuntu-20.04
if: github.repository == 'commaai/openpilot'
if: false && github.repository == 'commaai/openpilot'
timeout-minutes: 45
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save