Skip to content

Commit 6e80b50

Browse files
committed
change conditional
1 parent c274ee0 commit 6e80b50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pipelines/pipeline.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -494,12 +494,12 @@ stages:
494494
scaleup: 50
495495

496496
# Only include this stage for Nightly runs
497-
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
498-
# AKS Swiftv2 Singularity E2E tests
499-
- template: multitenancy/swiftv2-manifold-e2e.stages.yaml
500-
parameters:
501-
name: "swiftv2_manifold_e2e"
502-
dependsOn: publish
497+
${{ if eq(variables['Build.Reason'], 'Schedule') }}:
498+
# AKS Swiftv2 Singularity E2E tests
499+
- template: multitenancy/swiftv2-manifold-e2e.stages.yaml
500+
parameters:
501+
name: "swiftv2_manifold_e2e"
502+
dependsOn: publish
503503

504504
- stage: delete
505505
displayName: Delete Clusters

0 commit comments

Comments
 (0)