File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : Build
22on :
3- pull_request : # to master
4- schedule :
5- - cron : " 0 0 * * 0"
3+ pull_request : # to master only; tests/lint only;
4+ # schedule:
5+ # - cron: "0 0 * * 0"
66 push :
77 branches :
8- - " ci/**" # CI debugging
9- - " v*" # version branches
8+ - " ci/**" # CI debugging -- release job normally disabled (see below)
9+ - " v*" # version branches (was in Travis; but how exactly we manage them?)
1010 - " master"
1111jobs :
1212 lint :
5959 env :
6060 SMOKETEST_DOCKER_IMAGE : python:${{ steps.setup.outputs.python-version }}
6161 release :
62- # TODO: disable ci glob when CI is stabilized
63- if : ( github.ref_name == 'master' || startsWith(github.ref_name, 'ci/') )
62+ # if: ( github.ref_name == 'master' || startsWith(github.ref_name, 'ci/') )
63+ if : github.ref_name == 'master'
6464 needs : ['smoketest','lint','test']
6565 runs-on : ubuntu-latest
6666 steps :
You can’t perform that action at this time.
0 commit comments