[release/3.1] Don't run Code Check in official builds
This commit is contained in:
parent
8a4133b34f
commit
27aa26ef4b
|
|
@ -89,6 +89,7 @@ stages:
|
|||
displayName: Build
|
||||
jobs:
|
||||
# Code check
|
||||
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- template: jobs/default-build.yml
|
||||
parameters:
|
||||
jobName: Code_check
|
||||
|
|
|
|||
Loading…
Reference in New Issue