Skip to content

Commit efc9d12

Browse files
authored
Account for UTC time to run the Dev-builds CI at midnight PT (#17718)
1 parent 240d095 commit efc9d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/devBuilds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pr: none
1010

1111
# Schedule this pipeline to run every midnight
1212
schedules:
13-
- cron: "0 0 * * *"
13+
- cron: "0 8 * * *"
1414
displayName: Daily midnight Dev builds
1515
branches:
1616
include:

0 commit comments

Comments
 (0)