File tree 1 file changed +2
-15
lines changed
1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 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.
8
1
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
15
2
16
3
trigger :
17
4
- main
24
11
- checkout : self
25
12
persistCredentials : true
26
13
- 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"
29
16
git checkout main
30
17
git checkout live
31
18
git merge main --no-ff --no-commit
You can’t perform that action at this time.
0 commit comments