diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4695547..3f0375d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: distribution: 'temurin' cache: maven - name: Upload coverage report + if: ${{ github.actor != 'dependabot[bot]' }} uses: paambaati/codeclimate-action@v3.2.0 env: # Set CC_TEST_REPORTER_ID as secret of your repo