Skip to content

Commit 0218ec5

Browse files
committed
ci(panvimdoc): allow no-op runs
1 parent 23e4004 commit 0218ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/panvimdoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- run: rm _README.md
3939

4040
- uses: stefanzweifel/git-auto-commit-action@v4
41+
continue-on-error: true
4142
with:
4243
commit_message: "chore(docs): update vimdoc [skip ci]"
4344
branch: ${{ github.head_ref }}
4445
skip_dirty_check: true
45-
file_pattern: doc/cord.txt
46+
file_pattern: doc/cord.txt

0 commit comments

Comments
 (0)