diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index b6b45bb24e..dc4046f395 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -40,7 +40,8 @@ jobs: timeout-minutes: 50 env: IMAGE_NAME: openpilot-sim - if: github.repository == 'commaai/openpilot' + if: ${{ false }} # disable until LFS quota is fixed + #if: github.repository == 'commaai/openpilot' steps: - uses: actions/checkout@v2 with: