diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 403ed04..768aa8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,9 @@ jobs: - run: npm run test -- --ci - uses: codecov/codecov-action@v4 + if: > + !startsWith(github.head_ref, 'renovate/') && + !startsWith(github.head_ref, 'release-please--') with: token: ${{ secrets.CODECOV_TOKEN }}