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 311e38c commit 1a3e324Copy full SHA for 1a3e324
.pipelines/swiftv2-long-running/pipeline.yaml
@@ -2,13 +2,13 @@ trigger: none
2
pr: none
3
4
# Schedule: Run every 1 hour
5
-schedules:
6
- - cron: "0 */1 * * *" # Every 1 hour at minute 0
7
- displayName: "Run tests every 1 hour"
8
- branches:
9
- include:
10
- - sv2-long-running-pipeline
11
- always: true # Run even if there are no code changes
+# schedules:
+# - cron: "0 */1 * * *" # Every 1 hour at minute 0
+# displayName: "Run tests every 1 hour"
+# branches:
+# include:
+# - sv2-long-running-pipeline
+# always: true # Run even if there are no code changes
12
13
parameters:
14
- name: subscriptionId
0 commit comments