Hack nightly test workflow to trigger a cache-populating build now.
This commit is contained in:
parent
b2873e44b0
commit
ea1f4cb634
|
@ -547,7 +547,7 @@ workflows:
|
||||||
- test-go-nightly
|
- test-go-nightly
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: 0 9 * * *
|
cron: 25 16 * * *
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 9 * * *"
|
cron: "25 16 * * *"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue