Reduce circleci nightly build frequency

This commit is contained in:
Winston Astrachan 2019-03-26 12:38:21 -04:00
parent f1e62e037c
commit 9d8018d48c

View File

@ -39,7 +39,7 @@ workflows:
nightly: nightly:
triggers: triggers:
- schedule: - schedule:
cron: "0 0 * * *" cron: "0 0 * * 1,4"
filters: filters:
branches: branches:
only: master only: master