Skip to content

Commit a6da56d

Browse files
skip codecov upload on Dependabot PRs (#174)
Co-authored-by: shravangoswami-bot <shravangoswami-bot@users.noreply.github.com>
1 parent 123cdd4 commit a6da56d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-processcoverage@v1
4949

5050
- uses: codecov/codecov-action@v6
51+
if: github.actor != 'dependabot[bot]'
5152
with:
5253
files: lcov.info
5354
token: ${{ secrets.CODECOV_TOKEN }}
@@ -78,6 +79,7 @@ jobs:
7879
LABEL: ${{ matrix.label }}
7980
- uses: julia-actions/julia-processcoverage@v1
8081
- uses: codecov/codecov-action@v6
82+
if: github.actor != 'dependabot[bot]'
8183
with:
8284
files: lcov.info
8385
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)