disable simulator job until LFS is fixed

old-commit-hash: d85bb967e821bc3aa85796ec6641c6d558d1d3cc
This commit is contained in:
Adeeb Shihadeh
2021-12-31 16:53:54 -08:00
parent 3b0d5834bd
commit 41d24acca9
+2 -1
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: