From 080f7e8f8b179f5318e062f9bf81125595acb934 Mon Sep 17 00:00:00 2001 From: Devin Breshears Date: Tue, 17 Feb 2026 11:20:56 -0800 Subject: [PATCH] Remove monthly smoke test schedule Removed the monthly smoke test schedule from the pipeline configuration. --- azure-pipelines-official.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index e68c4483962..341ed5b3b4f 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -55,18 +55,6 @@ pr: include: - '*' -schedules: - - cron: "0 8 23-29 * 0" # Fourth Sunday of each month at 8:00 UTC - displayName: "Monthly smoke test" - branches: - include: - - main - - release/* - exclude: - - "" - always: true # Run even if there have been no source code changes since the last successful scheduled run - batch: false # Do not run the pipeline if the previously scheduled run is in-progress - resources: repositories: - repository: 1ESPipelineTemplates