diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e2531..e2b4e7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,6 +199,7 @@ jobs: - name: Publish to codecov + if: github.actor != 'dependabot[bot]' uses: codecov/codecov-action@v5 with: fail_ci_if_error: true # we weren't posting previously