mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(CI): don't let update-parsers fail if no change is necessary
This commit is contained in:
parent
74b84a66d7
commit
5ea3db83c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
git config user.name "GitHub"
|
||||
git config user.email "noreply@github.com"
|
||||
git add lockfile.json
|
||||
git commit -m "Update lockfile.json"
|
||||
git commit -m "Update lockfile.json" || echo 'No commit necessary!'
|
||||
git clean -xf
|
||||
|
||||
- name: Create Pull Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue