Skip to content

Commit d5673a3

Browse files
authored
Merge pull request #10022 from keveleigh/turn-off-mergetool
Turn off mergetool
2 parents 9dc5a8e + e7df23f commit d5673a3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pipelines/mergetool.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
schedules:
44
# Cron schedules use UTC time. This is 2pm UTC on every weekday.
5-
- cron: 0 14 * * 1,2,3,4,5
6-
branches:
7-
include:
8-
- main
9-
always: true
5+
# Uncomment the following lines and update sourceBranch below when mergetool is needed again.
6+
# - cron: 0 14 * * 1,2,3,4,5
7+
# branches:
8+
# include:
9+
# - main
10+
# always: true
1011

1112
pr: none
1213
trigger: none

0 commit comments

Comments
 (0)