We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef2c5d commit 607906cCopy full SHA for 607906c
auto-publish.yaml
@@ -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.
7
8
+- cron: "0 1 * * 1-5" # Hour 1 UTC == 4pm PST
9
+ displayName: "Afternoon run at 4 PM PT M-F"
10
11
12
13
14
+
15
+ - cron: "0 4 * * 1-5" # Hour 29 UTC == 4pm PST
16
+ displayName: "Afternoon run at 10 PM PT M-F"
17
18
19
20
21
trigger:
22
- main
23
0 commit comments