disable simulator job until LFS is fixed

old-commit-hash: d85bb967e8
commatwo_master
Adeeb Shihadeh 3 years ago
parent 3b0d5834bd
commit 41d24acca9
  1. 3
      .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:

Loading…
Cancel
Save