diff --git a/build/pipelines/azure-pipelines.loc.yaml b/build/pipelines/azure-pipelines.loc.yaml index 287188be7..a90e401c9 100644 --- a/build/pipelines/azure-pipelines.loc.yaml +++ b/build/pipelines/azure-pipelines.loc.yaml @@ -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