From ac80065de381f5437fe6fb96d7f8bad7ba5315c3 Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Mon, 9 Jan 2023 11:32:20 +0800 Subject: [PATCH] update azp configs --- .azure-pipelines/nightly.yml | 7 +++++++ .azure-pipelines/rc.yml | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index c4a772f..2006a41 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -1,6 +1,13 @@ trigger: none pr: none +schedules: +- cron: "0 3 * * *" + displayName: Daily 3am build + branches: + include: + - main + pool: vmImage: 'ubuntu-latest' steps: diff --git a/.azure-pipelines/rc.yml b/.azure-pipelines/rc.yml index 608b02b..29cbe74 100644 --- a/.azure-pipelines/rc.yml +++ b/.azure-pipelines/rc.yml @@ -1,13 +1,6 @@ trigger: none pr: none -schedules: -- cron: "0 3 * * *" - displayName: Daily 3am build - branches: - include: - - main - pool: vmImage: 'ubuntu-latest' steps: