Skip to content

Commit 2013176

Browse files
committed
Disable NewErrors for now
1 parent 1af5787 commit 2013176

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

azure-pipelines-gitTests.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ parameters:
5252
type: string
5353
default: 'n/a'
5454

55-
schedules:
56-
- cron: "0 17 * * Sun" # time is in UTC
57-
displayName: Sunday overnight run
58-
always: true
59-
branches:
60-
include:
61-
- main
55+
# (ryanca) disabled during 6.0 migration period as this isn't useful
56+
# schedules:
57+
# - cron: "0 17 * * Sun" # time is in UTC
58+
# displayName: Sunday overnight run
59+
# always: true
60+
# branches:
61+
# include:
62+
# - main
6263

6364
pr: none
6465
trigger: none

0 commit comments

Comments
 (0)