From 5ea3db83c61a6747a001edc69a90774a35d78912 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Wed, 20 Jan 2021 21:28:14 +0100 Subject: fix(CI): don't let update-parsers fail if no change is necessary --- .github/workflows/update-parsers-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml index 3f4a3739a..88935c812 100644 --- a/.github/workflows/update-parsers-pr.yml +++ b/.github/workflows/update-parsers-pr.yml @@ -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 -- cgit v1.2.3-70-g09d2