diff --git a/netci.groovy b/netci.groovy index 74439c86412ab..79f5cea6135a9 100644 --- a/netci.groovy +++ b/netci.groovy @@ -175,7 +175,7 @@ commitPullList.each { isPr -> } } - def triggerPhraseOnly = true + def triggerPhraseOnly = false def triggerPhraseExtra = "perf-correctness" Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto') addRoslynJob(myJob, jobName, branchName, isPr, triggerPhraseExtra, triggerPhraseOnly)