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.
2 parents bae86f1 + 32a3f34 commit 6931549Copy full SHA for 6931549
src/RoslynInsertionTool/RoslynInsertionTool/RoslynInsertionTool.cs
@@ -502,6 +502,9 @@ public static partial class RoslynInsertionTool
502
{
503
// When creating Draft PRs no policies are automatically started.
504
await TryQueueVSBuildPolicy(pullRequest, "Required Tests", insertionBranchName);
505
+
506
+ // When creating Draft PRs Scoped-speedometer is not automatically started and executed as part of the Optional Tests policy.
507
+ await TryQueueVSBuildPolicy(pullRequest, "Optional Tests", insertionBranchName);
508
}
509
510
0 commit comments