Skip to content

Commit 03f6280

Browse files
committed
Revert "ci: More conditions on the job that failed."
This reverts commit c40a6fe.
1 parent cb0d915 commit 03f6280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/shared/build_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- job: combine_artifacts
100100
dependsOn: windows_build
101-
condition: ${{ and(succeeded(), eq(parameters.isSdkSourceRepo, true)) }}
101+
condition: ${{ eq(parameters.isSdkSourceRepo, true) }}
102102
displayName: "Organize artifacts"
103103
pool:
104104
vmImage: "windows-latest"

0 commit comments

Comments
 (0)