ci: skip CI on submodule update
This commit is contained in:
parent
8a893b14f4
commit
e45277b876
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user