build - switch schedule to cron syntax

This commit is contained in:
Benjamin Pasero 2019-07-02 10:50:38 +02:00
parent f506d66c49
commit 675a30a14a

View file

@ -112,4 +112,11 @@ jobs:
- LinuxAlpine
- macOS
steps:
- template: sync-mooncake.yml
- template: sync-mooncake.yml
schedules:
- cron: "0 6 * * Mon-Fri"
displayName: Mon through Fri at 6:00
branches:
include:
- master