From 5491a6138495e939b983f4c8d5194c90d885ebfd Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 22 Aug 2025 19:46:24 -0400 Subject: [PATCH] ci: skip tinygrad bump in repo-maintenance (#1173) --- .github/workflows/repo-maintenance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index 72de377086..14b4d904e3 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -50,6 +50,7 @@ jobs: - name: bump submodules run: | git config --global --add safe.directory '*' + git config submodule.tinygrad.update none git submodule update --remote git add . - name: update car docs