From 12842e7664049be05fb90c121dee09bfd466928b Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 1 Aug 2024 09:48:28 -0700 Subject: [PATCH] run official build nightly (#2887) --- eng/ci/official-build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 91fb7ace7..d0839ba79 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -10,6 +10,17 @@ trigger: # CI only, does not trigger on PRs. pr: none +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 * * *" + displayName: Nightly Build + branches: + include: + - main + always: true + resources: repositories: - repository: 1es