From 8f8dfb1bcfbbfef030c5acef219fd9f78dd8e8d7 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:25:43 +0300 Subject: [PATCH] Disable schedule as Ubuntu16 is deprecated (#3741) --- images.CI/linux-and-win/azure-pipelines/ubuntu1604.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/images.CI/linux-and-win/azure-pipelines/ubuntu1604.yml b/images.CI/linux-and-win/azure-pipelines/ubuntu1604.yml index af45b23b0..5a5d27142 100644 --- a/images.CI/linux-and-win/azure-pipelines/ubuntu1604.yml +++ b/images.CI/linux-and-win/azure-pipelines/ubuntu1604.yml @@ -1,11 +1,3 @@ -schedules: -- cron: "0 0 * * *" - displayName: Daily - branches: - include: - - main - always: true - trigger: none pr: autoCancel: true