Disable VMR runtests outside of PRs to unblock re-boostrap (#19683)
This commit is contained in:
parent
387867f572
commit
de50ce84ec
1 changed files with 2 additions and 1 deletions
|
@ -365,7 +365,8 @@ jobs:
|
|||
displayName: Build
|
||||
|
||||
# Only run tests if enabled
|
||||
- ${{ if eq(parameters.runTests, 'True') }}:
|
||||
# TODO: Remove the PullRequest condition after the next re-bootstrap: https://github.com/dotnet/source-build/issues/4362
|
||||
- ${{ if and(eq(parameters.runTests, 'True'), eq(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- script: |
|
||||
set -ex
|
||||
|
||||
|
|
Loading…
Reference in a new issue