disable notebooks (#31631)

pull/31630/head
Justin Newberry 1 year ago committed by GitHub
parent 6cf7599bcd
commit 7208e37f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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