Skip arm64 queues on internal builds (#19620)

This commit is contained in:
Hao Kung 2020-03-05 23:19:21 -08:00 committed by GitHub
parent d01f3ebe28
commit 8cba1cbb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ stages:
# Helix ARM64
- template: jobs/default-build.yml
parameters:
condition: ne(variables['Build.Reason'], 'PullRequest')
condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
jobName: Helix_arm64_daily
jobDisplayName: "Tests: Helix ARM64 Daily"
agentOs: Linux