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
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: 0 9 * * *
|
||||
cron: 25 16 * * *
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
triggers:
|
||||
- schedule:
|
||||
cron: "0 9 * * *"
|
||||
cron: "25 16 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue