diff --git a/build/ci/vscode-python-nightly-uitest.yaml b/build/ci/vscode-python-nightly-uitest.yaml index f61b2ebe1c18..570a842e9586 100644 --- a/build/ci/vscode-python-nightly-uitest.yaml +++ b/build/ci/vscode-python-nightly-uitest.yaml @@ -2,7 +2,14 @@ name: '$(Year:yyyy).$(Month).0.$(BuildID)-nightly-uitest' trigger: none pr: none - +schedules: +- cron: "0 0 * * *" + # Daily midnight build, runs at midnight every day, but only if the code has changed since the last run, for master and all releases/* + displayName: Daily midnight build + branches: + include: + - master + - releases/* # Variables that are available for the entire pipeline. variables: