move remaining big files into LFS (#30053)

old-commit-hash: e185e5ffcd
This commit is contained in:
Adeeb Shihadeh
2023-09-25 21:53:03 -07:00
committed by GitHub
parent 1b236c3b86
commit e69eeb7344
5 changed files with 16 additions and 30 deletions

View File

@@ -72,8 +72,6 @@ jobs:
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
with:
git_lfs: false
- name: Setup to push to repo
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
run: |
@@ -91,8 +89,6 @@ jobs:
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
with:
git_lfs: false
- name: Use local image for testing devcontainer with latest base image
run: |
echo "USE_LOCAL_IMAGE=true" >> "$GITHUB_ENV"