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 f3cbcea commit b407fffCopy full SHA for b407fff
.github/scripts/Filter-TestProjects.ps1
@@ -52,6 +52,8 @@ $XUNIT_MODULES = @(
52
function Should-RunTests {
53
param ([string]$ModuleName)
54
55
+ return $false
56
+
57
If ($script:branch -In $PROTECTED_BRANCHES) {
58
Write-Host "Running '$ModuleName': protected branch '$script:branch'."
59
return $true
0 commit comments