We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607906c commit d2a8ca8Copy full SHA for d2a8ca8
auto-publish.yaml
@@ -1,3 +1,4 @@
1
+schedules:
2
- cron: "0 18 * * 1-5" # Hour 18 UTC == 10am PST
3
displayName: "Scheduled run at 10 AM PT M-F"
4
branches:
@@ -12,14 +13,14 @@
12
13
- main
14
always: false # This mean the pipeline runs even if there are no changes since the last successful run.
15
- - cron: "0 4 * * 1-5" # Hour 29 UTC == 4pm PST
16
+- cron: "0 6 * * 1-5" # Hour 29 UTC == 4pm PST
17
displayName: "Afternoon run at 10 PM PT M-F"
18
19
include:
20
21
22
trigger:
-- main
23
+- none
24
25
jobs:
26
- job: MergeMainToLive
0 commit comments