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:
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 1,4"
filters:
branches:
only: master