Skip to content

Commit cee3206

Browse files
committed
Revert "Meant to be both conditions"
This reverts commit 1cef5e7.
1 parent 1cef5e7 commit cee3206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/start-arm64vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44

55
jobs:
66
# Only include the job if we need the VM, which means ARM64 PGO.
7-
- ${{ if and(eq(parameters.DoARM64, 'true'), eq(parameters.DoPGOARM64, 'true')) }}:
7+
- ${{ if eq(parameters.DoPGOARM64, 'true') }}:
88
- job: Start_ARM64VM
99
displayName: 'Ensure ARM64 VM is running'
1010
dependsOn: []

0 commit comments

Comments
 (0)