You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/.github/workflows/ci.yaml.jinja
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ jobs:
61
61
62
62
{%endraw%}{%ifuse_codecov%}{%raw%} - name: Upload coverage to Codecov
63
63
# only upload coverage from fastest job
64
-
if: matrix.JOB_MATCHING_DEV_ENV == true
64
+
if: matrix.JOB_MATCHING_DEV_ENV == true && ${{ github.actor != 'dependabot[bot]' }} # dependabot by default doesn't have access to the necessary secret...and dependabot should never be changing coverage anyway so it's fine not uploading it
0 commit comments