Skip to content

Commit

Permalink
run official build nightly (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Aug 1, 2024
1 parent c88b62c commit 12842e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12842e7

Please sign in to comment.