We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42d41d commit adabbe2Copy full SHA for adabbe2
.github/workflows/run_tests_coverage.yml
@@ -279,5 +279,5 @@ jobs:
279
git config --local user.email "noreply@stdlib.io"
280
git config --local user.name "stdlib-bot"
281
git add .
282
- git commit -m "Update artifacts"
+ git commit -m "Update artifacts" || exit 0
283
git push "https://$USER_NAME:$REPO_GITHUB_TOKEN@github.com/stdlib-js/www-test-code-coverage.git" $BRANCH_NAME
0 commit comments