We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ceeaa commit cbea2d6Copy full SHA for cbea2d6
eng/ci/official-build.yml
@@ -15,7 +15,7 @@ schedules:
15
# Build nightly to catch any new CVEs and report SDL often.
16
# We are also required to generated CodeQL reports weekly, so this
17
# helps us meet that.
18
-- cron: "0 0 * * *"
+- cron: "0 6 * * *"
19
displayName: Nightly Build
20
branches:
21
include:
@@ -41,6 +41,9 @@ extends:
41
name: 1es-pool-azfunc
42
image: 1es-windows-2022
43
os: windows
44
+ ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}:
45
+ demands:
46
+ - Priority -equals Low
47
48
stages:
49
- stage: BuildAndSign
0 commit comments