Skip to content

Commit fd5a65c

Browse files
authored
Move runtime rolling builds to run twice a day on main (#59884)
* Move runtime rolling builds to run twice a day on main * Update eng/pipelines/runtime.yml
1 parent 7af224e commit fd5a65c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

eng/pipelines/runtime.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ trigger:
66
batch: true
77
branches:
88
include:
9-
- main
109
- release/*.*
1110
paths:
1211
include:
@@ -24,6 +23,14 @@ trigger:
2423
- SECURITY.md
2524
- THIRD-PARTY-NOTICES.TXT
2625

26+
schedules:
27+
- cron: "0 8,20 * * *" # run at 8:00 and 20:00 (UTC) which is 00:00 and 12:00 (PST).
28+
displayName: Runtime default schedule
29+
branches:
30+
include:
31+
- main
32+
always: false # run only if there were changes since the last successful scheduled run.
33+
2734
pr:
2835
branches:
2936
include:

0 commit comments

Comments
 (0)