From 2363dac9d0b9dd5709a9a8dec6f28d7648785551 Mon Sep 17 00:00:00 2001 From: Tanmay Satam Date: Fri, 6 Mar 2026 10:33:39 -0500 Subject: [PATCH] Skip E2E on draft PRs --- .pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/ci.yml b/.pipelines/ci.yml index fa386291704..3ed58fbfc0d 100644 --- a/.pipelines/ci.yml +++ b/.pipelines/ci.yml @@ -212,6 +212,7 @@ stages: - stage: E2E # E2E Stage using Docker Compose dependsOn: [Set_Tag_Stage, Containerized_CI] + condition: and(succeeded(), ne(variables['System.PullRequest.IsDraft'], 'True')) variables: TAG: $[ stageDependencies.Set_Tag_Stage.Set_Tag_Variable.outputs['SetTag.TAG'] ] jobs: