diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index e4a3ed5dc..c449b7bdb 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -35,9 +35,6 @@ jobs: run: | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - git diff-index --quiet HEAD || git add .reports/coverage - git diff-index --quiet HEAD || git commit -m "Update badge" - git diff-index --quiet HEAD || git push - name: Archive outputs uses: actions/upload-artifact@v4