diff --git a/.github/workflows/build-sqlfile.yml b/.github/workflows/build-sqlfile.yml index 22caa9f5..76752e07 100644 --- a/.github/workflows/build-sqlfile.yml +++ b/.github/workflows/build-sqlfile.yml @@ -59,5 +59,5 @@ jobs: run: | git add . git diff --staged --quiet && echo "No changes to commit" && exit 0 - git commit -m "Automation: Format and Build SQL File" + git commit -m "Automation: Format and Build SQL File [skip ci]" git push