Skip to content

Commit adabbe2

Browse files
committed
build: swallow error so job can succeed when nothing to commit
1 parent c42d41d commit adabbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ jobs:
279279
git config --local user.email "[email protected]"
280280
git config --local user.name "stdlib-bot"
281281
git add .
282-
git commit -m "Update artifacts"
282+
git commit -m "Update artifacts" || exit 0
283283
git push "https://$USER_NAME:[email protected]/stdlib-js/www-test-code-coverage.git" $BRANCH_NAME

0 commit comments

Comments
 (0)