disable notebooks (#31631)

old-commit-hash: 7208e37f8c
This commit is contained in:
Justin Newberry 2024-02-28 19:44:10 -05:00 committed by GitHub
parent 62bbd08492
commit 28e9c2ef76
1 changed files with 1 additions and 1 deletions

View File

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