Skip to content

Commit 607906c

Browse files
authored
Update auto-publish.yaml
1 parent 6ef2c5d commit 607906c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

auto-publish.yaml

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

8+
- cron: "0 1 * * 1-5" # Hour 1 UTC == 4pm PST
9+
displayName: "Afternoon run at 4 PM PT M-F"
10+
branches:
11+
include:
12+
- main
13+
always: false # This mean the pipeline runs even if there are no changes since the last successful run.
14+
15+
- cron: "0 4 * * 1-5" # Hour 29 UTC == 4pm PST
16+
displayName: "Afternoon run at 10 PM PT M-F"
17+
branches:
18+
include:
19+
- main
20+
always: false # This mean the pipeline runs even if there are no changes since the last successful run.
221
trigger:
322
- main
423

0 commit comments

Comments
 (0)