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 d561432 commit 73c54d8Copy full SHA for 73c54d8
eng/ci/official-build.yml
@@ -14,7 +14,7 @@ schedules:
14
# Build nightly to catch any new CVEs and report SDL often.
15
# We are also required to generated CodeQL reports weekly, so this
16
# helps us meet that.
17
-- cron: "0 0 * * *"
+- cron: "0 6 * * *"
18
displayName: Nightly Build
19
branches:
20
include:
@@ -39,6 +39,9 @@ extends:
39
name: 1es-pool-azfunc
40
image: 1es-windows-2022
41
os: windows
42
+ ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}:
43
+ demands:
44
+ - Priority -equals Low
45
46
stages:
47
- stage: BuildAndSign
0 commit comments