We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af5787 commit 2013176Copy full SHA for 2013176
azure-pipelines-gitTests.yml
@@ -52,13 +52,14 @@ parameters:
52
type: string
53
default: 'n/a'
54
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
+# (ryanca) disabled during 6.0 migration period as this isn't useful
+# schedules:
+# - cron: "0 17 * * Sun" # time is in UTC
+# displayName: Sunday overnight run
+# always: true
+# branches:
+# include:
62
+# - main
63
64
pr: none
65
trigger: none
0 commit comments