Skip to content

Commit e6728a5

Browse files
Merge pull request #690 from erikdarlingdata/dev
Fix CI loop: add [skip ci] to automation commit
2 parents 0c54038 + ab5756f commit e6728a5

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)