From 4076540588d4b2b3bdbaf4c06329d3361646f334 Mon Sep 17 00:00:00 2001 From: bschnurr Date: Mon, 23 Feb 2026 15:54:15 -0800 Subject: [PATCH] Disable CI trigger in stable pipeline Set trigger and pr to none, matching vscode-python-debugger's format. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- build/azure-devdiv-pipeline.stable.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build/azure-devdiv-pipeline.stable.yml b/build/azure-devdiv-pipeline.stable.yml index d168246..8975609 100644 --- a/build/azure-devdiv-pipeline.stable.yml +++ b/build/azure-devdiv-pipeline.stable.yml @@ -1,8 +1,11 @@ name: Publish Release -trigger: - branches: - include: - - refs/tags/* +trigger: none +# branches: +# include: +# - release* +# tags: +# include: ['*'] +pr: none resources: repositories: