From cbe926bede2e50d86ddc4e0e5284950ee1be4bf9 Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 17:07:03 +0530 Subject: [PATCH] remove verify pipeline configuration Signed-off-by: muthuja --- .expeditor/config.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index ec8ffb37a..b162957f9 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -12,12 +12,6 @@ rubygems: artifact_channels: - dev -pipelines: - - verify: - description: Pull Request validation tests - definition: .expeditor/verify.pipeline.yml - public: true - github: # This deletes the GitHub PR branch after successfully merged into the release branch delete_branch_on_merge: true @@ -74,10 +68,7 @@ subscriptions: only_if: built_in:bump_version ignore_labels: - "Expeditor: Skip Habitat" - - "Expeditor: Skip All" - - workload: pull_request_opened:{{github_repo}}:{{release_branch}}:* - actions: - - trigger_pipeline:verify + - "Expeditor: Skip All" - workload: project_promoted:{{agent_id}}:* actions: