1
0
forked from JOJ/JOJ3

ci: skip CI on submodule update

This commit is contained in:
张泊明518370910136 2025-06-28 08:54:21 -04:00
parent 8a893b14f4
commit e45277b876
Signed by untrusted user: 张泊明518370910136
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