We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19ca34 commit 44e7023Copy full SHA for 44e7023
1 file changed
eng/pipelines/runtime-staging.yml
@@ -22,13 +22,14 @@ trigger:
22
- SECURITY.md
23
- THIRD-PARTY-NOTICES.TXT
24
25
-schedules:
26
- - cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).
27
- displayName: Runtime-staging default schedule
28
- branches:
29
- include:
30
- - main
31
- always: false # run only if there were changes since the last successful scheduled run.
+- ${{ if not(eq(variables['Build.DefinitionName'], 'runtime-staging-manual')) }}:
+ schedules:
+ - cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).
+ displayName: Runtime-staging default schedule
+ branches:
+ include:
+ - main
32
+ always: false # run only if there were changes since the last successful scheduled run.
33
34
pr:
35
branches:
0 commit comments