Skip to content

Commit 13cd489

Browse files
committed
Run all queues on PR
1 parent 6f8ea65 commit 13cd489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ stages:
658658

659659
- template: jobs/default-build.yml
660660
parameters:
661-
condition: notin(variables['Build.Reason'], 'PullRequest')
661+
# condition: notin(variables['Build.Reason'], 'PullRequest')
662662
jobName: Helix_x64_daily
663663
jobDisplayName: 'Tests: Helix x64 Daily'
664664
agentOs: Windows
@@ -683,7 +683,7 @@ stages:
683683
# Helix ARM64
684684
- template: jobs/default-build.yml
685685
parameters:
686-
condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
686+
# condition: and(eq(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'))
687687
jobName: Helix_arm64_daily
688688
jobDisplayName: "Tests: Helix ARM64 Daily"
689689
agentOs: Linux

0 commit comments

Comments
 (0)