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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,13 @@
# Expects a variable called LocServiceKey to contain the OAuth client secret for Touchdown. # 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 trigger: none
pr: none pr: none