diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 262433826..0f4667780 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,6 +76,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v7 + if: github.actor != 'dependabot[bot]' with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} @@ -101,6 +102,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v7 + if: github.actor != 'dependabot[bot]' with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} @@ -126,6 +128,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v7 + if: github.actor != 'dependabot[bot]' with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/Enzyme.yml b/.github/workflows/Enzyme.yml index 555041741..484a4da33 100644 --- a/.github/workflows/Enzyme.yml +++ b/.github/workflows/Enzyme.yml @@ -37,6 +37,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v7 + if: github.actor != 'dependabot[bot]' with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}