ci: skip CI on submodule update
All checks were successful
submodules sync / sync (push) Successful in 1m6s
build / build (push) Successful in 3m9s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2025-06-28 08:54:21 -04:00
parent 8a893b14f4
commit e45277b876
GPG Key ID: D47306D7062CDA9D

View File

@ -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