Configure circleCI nightly trigger at 12AM UTC

pull/717/head
Kieran R. Prasch 2019-02-01 08:17:12 -08:00
parent 1ab9da7c47
commit 3b48db557c
1 changed files with 8 additions and 1 deletions

View File

@ -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: