From 89137b8fc94e608d5937471585d29a989b0ee736 Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Fri, 2 Feb 2024 03:14:30 +0800 Subject: [PATCH] [ci]: Enable daily building for ubuntu20.04 to every branch (#17520) - The ubuntu 2004 is needed by 202311 - Because the artifacts of ubuntu2004 are used by other repos, a daily building is needed without an updating of this repo for a long time. Signed-off-by: Ze Gan --- .azure-pipelines/azure-pipelines-build-ubuntu-2004.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.azure-pipelines/azure-pipelines-build-ubuntu-2004.yml b/.azure-pipelines/azure-pipelines-build-ubuntu-2004.yml index f3c966c86d..a077bb132d 100644 --- a/.azure-pipelines/azure-pipelines-build-ubuntu-2004.yml +++ b/.azure-pipelines/azure-pipelines-build-ubuntu-2004.yml @@ -9,6 +9,16 @@ trigger: branches: include: - master + - 202??? + +schedules: +- cron: "0 0 * * *" + displayName: Daily build + branches: + include: + - master + - 202??? + always: true stages: - stage: Build