Skip to content

Commit

Permalink
Add fallback for circleci security badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir authored Jan 15, 2025
1 parent b4f51c1 commit 8602ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ jobs:
cd cbioportal-test
git diff
git add security-status.json
git commit -m "Update security status"
git commit -m "Update security status" || echo "No changes to commit"
git push
workflows:
Expand Down Expand Up @@ -562,4 +562,4 @@ workflows:
filters:
branches:
only:
- master
- master

0 comments on commit 8602ff4

Please sign in to comment.