Skip to content

Commit 500ec67

Browse files
committed
Update autopublish.yaml for Azure Pipelines
1 parent 950e712 commit 500ec67

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

autopublish.yaml

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
schedules:
2-
- cron: "0 17 * * 1-5"
3-
displayName: "Scheduled run at 10 AM PT on weekdays"
4-
branches:
5-
include:
6-
- main
7-
always: false # This ensures the pipeline only runs if there have been changes since the last successful run.
81

9-
- cron: "0 22 * * 1-5"
10-
displayName: "Afternoon run at 3:00 PM PT M-F"
11-
branches:
12-
include:
13-
- main
14-
always: false
152

163
trigger:
174
- main
@@ -24,8 +11,8 @@ jobs:
2411
- checkout: self
2512
persistCredentials: true
2613
- script: |
27-
git config --global user.name "Ted Hudek"
28-
git config --global user.email "tedhudek@users.noreply.github.com"
14+
git config --global user.name "Mike Jacobs"
15+
git config --global user.email "mijacobs@users.noreply.github.com"
2916
git checkout main
3017
git checkout live
3118
git merge main --no-ff --no-commit

0 commit comments

Comments
 (0)