ci: fix update translations by enable submodule checkout in repo maintenance (#37236)

This commit is contained in:
Jason Wen
2026-02-17 19:36:01 -05:00
committed by GitHub
parent fd34659dc3
commit 4f407dabcd

View File

@@ -16,6 +16,8 @@ jobs:
if: github.repository == 'commaai/openpilot'
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
- name: Update translations
run: |