ci: exclude non-sunnypilot maintained submodules from repo maintenance (#1703)

* ci: exclude non-sunnypilot maintained submodules from repo maintenance

* match names
This commit is contained in:
Jason Wen
2026-02-16 04:16:49 -05:00
committed by GitHub
parent 4a869778a9
commit 0cb6b7b807

View File

@@ -56,6 +56,9 @@ jobs:
- name: bump submodules
run: |
git config --global --add safe.directory '*'
git config submodule.msgq.update none
git config submodule.rednose_repo.update none
git config submodule.teleoprtc_repo.update none
git config submodule.tinygrad.update none
git submodule update --remote
git add .