Skip to content

Commit cf77006

Browse files
committed
ci: do not run ci on vimdoc commit
1 parent 98ed986 commit cf77006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Push changes
2929
uses: stefanzweifel/git-auto-commit-action@v4
3030
with:
31-
commit_message: "chore(build): auto-generate vimdoc"
31+
commit_message: "chore(build): auto-generate vimdoc [skip ci]"
3232
commit_user_name: "github-actions[bot]"
3333
commit_user_email: "github-actions[bot]@users.noreply.github.com"
3434
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 commit comments

Comments
 (0)