diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45ee5930a..5bd981ad0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: exclude: ['nightly*'] schedules: - - cron: '*/10 * * * *' + - cron: '10 * * * *' displayName: "scheduled build" branches: include: ['master']