From 814e69e4624a4794f11823f858ec3a4c2e16ac3a Mon Sep 17 00:00:00 2001 From: "Daniel Castro (DevDiv)" Date: Sun, 12 Oct 2025 09:23:30 -0700 Subject: [PATCH] Set low priority for scheduled runs --- eng/ci/official-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 5ebf1f48..776928ac 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -22,7 +22,7 @@ schedules: # Build nightly to catch any new CVEs and report SDL often. # We are also required to generated CodeQL reports weekly, so this # helps us meet that. -- cron: "0 0 * * *" +- cron: "0 5 * * *" displayName: Nightly Build branches: include: @@ -47,6 +47,9 @@ extends: name: 1es-pool-azfunc image: 1es-windows-2022 os: windows + ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}: + demands: + - Priority -equals Low stages: - stage: BuildAndSign