Hack nightly test workflow to trigger a cache-populating build now.

This commit is contained in:
Nick Cabatoff 2020-07-29 12:23:15 -04:00
parent b2873e44b0
commit ea1f4cb634
2 changed files with 2 additions and 2 deletions

2
.circleci/config.yml generated
View File

@ -547,7 +547,7 @@ workflows:
- test-go-nightly
triggers:
- schedule:
cron: 0 9 * * *
cron: 25 16 * * *
filters:
branches:
only:

View File

@ -1,6 +1,6 @@
triggers:
- schedule:
cron: "0 9 * * *"
cron: "25 16 * * *"
filters:
branches:
only: