Skip to content

Commit d906906

Browse files
committed
Revert dotnet#8687
1 parent dc61e56 commit d906906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/Testing.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
<SkipTests>true</SkipTests>
5959

6060
<!-- Only run tests if the build is running on GitHub Actions -->
61-
<SkipTests Condition=" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' == 'windows' and '$(RunOnGithubActionsWindows)' == 'true' ">false</SkipTests>
62-
<SkipTests Condition=" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnGithubActionsLinux)' == 'true' ">false</SkipTests>
61+
<SkipTests Condition=" '$(IsGitHubActionsRunner)' == 'true' and '$(RunOnGithubActions)' == 'true' ">false</SkipTests>
6362

6463
<!-- Only run tests if the build is running on Helix infra -->
6564
<SkipTests Condition=" '$(IsAzdoHelixRunner)' == 'true' and '$(RunOnAzdoHelix)' == 'true' ">false</SkipTests>

0 commit comments

Comments
 (0)