Skip to content

Commit 549dfd5

Browse files
committed
ci: add default condition
1 parent 1876093 commit 549dfd5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ stages:
266266
# Everything else not constrained by v1.6 or v1.7
267267
- job: linux_amd64
268268
displayName: "Linux/AMD64"
269-
269+
condition: succeeded()
270270
templateContext:
271271
repositoryArtifact: drop_setup_env_source
272272
buildScript: .pipelines/build/scripts/$(name).sh
@@ -304,6 +304,7 @@ stages:
304304

305305
- job: windows_amd64
306306
displayName: "Windows"
307+
condition: succeeded()
307308
templateContext:
308309
repositoryArtifact: drop_setup_env_source
309310
buildScript: .pipelines/build/scripts/$(name).sh
@@ -383,7 +384,8 @@ stages:
383384

384385
# Everything else not constrained by v1.6 or v1.7
385386
- job: linux_arm64
386-
displayName: "Linux/ARM64"\
387+
displayName: "Linux/ARM64"
388+
condition: succeeded()
387389
templateContext:
388390
repositoryArtifact: drop_setup_env_source
389391
buildScript: .pipelines/build/scripts/$(name).sh

0 commit comments

Comments
 (0)