File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 13
13
**
14
14
pull_request :
15
15
schedule :
16
- - cron : 1 0 * * * # Run daily at 0:01 UTC
16
+ - cron : ' 1 0 * * *' # Run daily at 0:01 UTC
17
17
18
18
jobs :
19
19
build_docs :
@@ -122,14 +122,15 @@ jobs:
122
122
- name : Test with tox
123
123
run : |
124
124
python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
125
- - name : Upload coverage to codecov
126
- uses : codecov/codecov-action@v1
127
- with :
128
- fail_ci_if_error : true
129
- file : ./coverage.xml
130
- flags : tests
131
- name : ${{ matrix.py }} - ${{ matrix.os }}
132
- verbose : true
125
+ # - name: Upload coverage to codecov
126
+ # if: github.event.schedule == ''
127
+ # uses: codecov/codecov-action@v2
128
+ # with:
129
+ # fail_ci_if_error: true
130
+ # file: ./coverage.xml
131
+ # flags: tests
132
+ # name: ${{ matrix.py }} - ${{ matrix.os }}
133
+ # verbose: true
133
134
build_javascript :
134
135
name : grunt
135
136
runs-on : ubuntu-18.04
You can’t perform that action at this time.
0 commit comments