Skip to content

Commit 5f797ae

Browse files
committed
Weekly scheduled builds
1 parent 9c5ed36 commit 5f797ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eng/ci/official-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ trigger:
1111
pr: none
1212

1313
schedules:
14-
# Build nightly to catch any new CVEs and report SDL often.
14+
# Build weekly to catch any new CVEs and report SDL often.
1515
# We are also required to generate CodeQL reports weekly, so this
1616
# helps us meet that.
17-
- cron: "0 5 * * *"
18-
displayName: Nightly Build
17+
- cron: "0 5 * * 0"
18+
displayName: Weekly Build
1919
branches:
2020
include:
2121
- main

0 commit comments

Comments
 (0)