Move localization pipeline sync schedule to the YAML file (#1478)

This commit is contained in:
Matt Cooley
2021-01-28 10:46:37 -08:00
committed by GitHub
parent 9d8e2ad18c
commit 007eccd940

View File

@@ -7,6 +7,13 @@
# Expects a variable called LocServiceKey to contain the OAuth client secret for Touchdown.
schedules:
- cron: "0 5 * * *"
displayName: Daily sync
branches:
include:
- master
trigger: none
pr: none