disable simulator job until LFS is fixed

pull/23346/head
Adeeb Shihadeh 2021-12-31 16:53:54 -08:00
parent c26f294218
commit d85bb967e8
1 changed files with 2 additions and 1 deletions

View File

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