Skip to content

Commit d2a8ca8

Browse files
committed
Update auto-publish.yaml for Azure Pipelines
1 parent 607906c commit d2a8ca8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

auto-publish.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
schedules:
12
- cron: "0 18 * * 1-5" # Hour 18 UTC == 10am PST
23
displayName: "Scheduled run at 10 AM PT M-F"
34
branches:
@@ -12,14 +13,14 @@
1213
- main
1314
always: false # This mean the pipeline runs even if there are no changes since the last successful run.
1415

15-
- cron: "0 4 * * 1-5" # Hour 29 UTC == 4pm PST
16+
- cron: "0 6 * * 1-5" # Hour 29 UTC == 4pm PST
1617
displayName: "Afternoon run at 10 PM PT M-F"
1718
branches:
1819
include:
1920
- main
2021
always: false # This mean the pipeline runs even if there are no changes since the last successful run.
2122
trigger:
22-
- main
23+
- none
2324

2425
jobs:
2526
- job: MergeMainToLive

0 commit comments

Comments
 (0)