Skip to content

Commit cd06af8

Browse files
authored
Skip codecov uploads in scheduled daily tests (#778)
We can only upload a limited number of coverage reports for any commit anyway, this avoids turning these into test failures.
1 parent fc68df2 commit cd06af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ jobs:
611611
timeout-minutes: 6
612612

613613
- name: Upload coverage
614+
if: ${{ github.event_name != 'schedule' }}
614615
uses: codecov/[email protected]
615616
with:
616617
file: ./coverage.xml

0 commit comments

Comments
 (0)