From 4baa9683252dca2eb17559e527fe5ee0a6b07d37 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 22 Jul 2026 13:00:13 -0500 Subject: [PATCH] [ci] Run public pipeline nightly Run the dnceng-public pipeline from main every night, including nights without source changes, so Component Governance scans remain current. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a6443a15-f187-4f3f-b649-9bf82fce3fd4 --- build-tools/automation/azure-pipelines-public.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-tools/automation/azure-pipelines-public.yaml b/build-tools/automation/azure-pipelines-public.yaml index 1593b9663e0..2a4353bba3e 100644 --- a/build-tools/automation/azure-pipelines-public.yaml +++ b/build-tools/automation/azure-pipelines-public.yaml @@ -6,6 +6,14 @@ name: $(Build.SourceBranchName)-$(Build.SourceVersion)-$(Rev:r) trigger: none +schedules: +- cron: "0 6 * * *" + displayName: Run nightly at 6:00 UTC + branches: + include: + - main + always: true + pr: branches: include: