From e45277b876509f30a734c0c78e852839f44cf449 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 28 Jun 2025 08:54:21 -0400 Subject: [PATCH] ci: skip CI on submodule update --- .gitea/workflows/submodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/submodule.yaml b/.gitea/workflows/submodule.yaml index da111df..6170f59 100644 --- a/.gitea/workflows/submodule.yaml +++ b/.gitea/workflows/submodule.yaml @@ -35,5 +35,5 @@ jobs: shell: bash run: | git add . - git diff-index --quiet HEAD || git commit -m "chore: update submodule references" + git diff-index --quiet HEAD || git commit -m "chore: update submodule references [skip-ci]" git push