We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0203252 commit 547bcb7Copy full SHA for 547bcb7
1 file changed
eng/ci/official-build.yml
@@ -20,7 +20,7 @@ schedules:
20
# Build nightly to catch any new CVEs and report SDL often.
21
# We are also required to generated CodeQL reports weekly, so this
22
# helps us meet that.
23
-- cron: "0 0 * * *"
+- cron: "0 5 * * *"
24
displayName: Nightly Build
25
branches:
26
include:
@@ -45,6 +45,9 @@ extends:
45
name: 1es-pool-azfunc
46
image: 1es-ubuntu-22.04
47
os: linux
48
+ ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}:
49
+ demands:
50
+ - Priority -equals Low
51
sdl:
52
sourceAnalysisPool:
53
0 commit comments