Skip to content

Commit b407fff

Browse files
committed
chore: Test CI workflow when no test is selected
1 parent f3cbcea commit b407fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/Filter-TestProjects.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ $XUNIT_MODULES = @(
5252
function Should-RunTests {
5353
param ([string]$ModuleName)
5454

55+
return $false
56+
5557
If ($script:branch -In $PROTECTED_BRANCHES) {
5658
Write-Host "Running '$ModuleName': protected branch '$script:branch'."
5759
return $true

0 commit comments

Comments
 (0)