fix(CI): don't let update-parsers fail if no change is necessary

This commit is contained in:
Stephan Seitz 2021-01-20 21:28:14 +01:00 committed by Thomas Vigouroux
parent 74b84a66d7
commit 5ea3db83c6

View file

@ -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