disable notebooks (#31631)

This commit is contained in:
Justin Newberry
2024-02-28 19:44:10 -05:00
committed by GitHub
parent 6cf7599bcd
commit 7208e37f8c

View File

@@ -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