Skip to content

Commit

Permalink
disable simulator job until LFS is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jan 1, 2022
1 parent c26f294 commit d85bb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d85bb96

Please sign in to comment.