Skip to content

Commit 848a092

Browse files
Fix CI loop: add [skip ci] to automation commit message
Fixes #688 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent afe6504 commit 848a092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sqlfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
run: |
6060
git add .
6161
git diff --staged --quiet && echo "No changes to commit" && exit 0
62-
git commit -m "Automation: Format and Build SQL File"
62+
git commit -m "Automation: Format and Build SQL File [skip ci]"
6363
git push

0 commit comments

Comments
 (0)