mirror of https://github.com/nucypher/nucypher.git
Configure circleCI nightly trigger at 12AM UTC
parent
1ab9da7c47
commit
3b48db557c
|
@ -2,7 +2,14 @@ version: 2.1
|
|||
|
||||
workflows:
|
||||
version: 2
|
||||
test:
|
||||
test_build_deploy:
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
jobs:
|
||||
- pipenv_install_36:
|
||||
filters:
|
||||
|
|
Loading…
Reference in New Issue