CI: always run submodule check (#34021)

* CI: always run submodule check

* ignore tinygrad

* skip
This commit is contained in:
Adeeb Shihadeh
2024-11-13 19:43:06 -08:00
committed by GitHub
parent d9d57e5d6f
commit 26b928596d
2 changed files with 7 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ jobs:
run: TARGET_DIR=$STRIPPED_DIR release/build_devel.sh
- uses: ./.github/workflows/setup-with-retry
- name: Check submodules
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'
if: github.repository == 'commaai/openpilot'
timeout-minutes: 3
run: release/check-submodules.sh
- name: Build openpilot and run checks