From 3a264f5fe038746c500f50bd5086e5b1e2b01d83 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Fri, 20 Dec 2024 22:48:11 -0800 Subject: [PATCH] CI: Remove cronjob --- azure-pipelines.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a6a2c0f..5d36ba7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,13 +18,6 @@ trigger: - todo-disabled-for-now -schedules: -- cron: "0 2 * * *" # Every day at 02:00 UTC - always: true - branches: - include: - - master - jobs: - template: .azure/job-template.yml