From 5eb6c6d5b79a87d77a377aec639c7b16475c7624 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Mon, 25 May 2020 10:46:14 -0700 Subject: [PATCH] [Helix] Run required queues on all builds, not just PR --- .azure/pipelines/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index f0e8590bbd5f..2f171d5b4c2e 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -624,7 +624,6 @@ stages: # Helix x64 - template: jobs/default-build.yml parameters: - condition: in(variables['Build.Reason'], 'PullRequest') jobName: Helix_x64 jobDisplayName: 'Tests: Helix x64' agentOs: Windows