Skip to content

Commit

Permalink
reduce overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 15, 2024
1 parent e817da1 commit ebdecf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: ./mvnw -B test

- name: Commit and push the badge (if it changed)
uses: EndBug/add-and-commit@v7
if: github.ref != 'refs/heads/master'
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'commit badge'
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/update-jacoco-badge.yml

This file was deleted.

0 comments on commit ebdecf1

Please sign in to comment.