Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>2022-05-11 18:26:15 +0300
committerGitHub <noreply@github.com>2022-05-11 18:26:15 +0300
commit49bdd857c4d43c27b22c2eccb79cea7397e8be08 (patch)
tree6bc14b06128579ecfde16e081fe437b1410d1803 /build/azure-pipelines/distro-build.yml
parent22f22cfdf1d32821c6e68464b42d9ccaaefdabe7 (diff)
Remove PR trigger (#149265)
Diffstat (limited to 'build/azure-pipelines/distro-build.yml')
-rw-r--r--build/azure-pipelines/distro-build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml
index 307f226dc0a..c455592d688 100644
--- a/build/azure-pipelines/distro-build.yml
+++ b/build/azure-pipelines/distro-build.yml
@@ -4,9 +4,7 @@ pool:
trigger:
branches:
include: ["main", "release/*"]
-pr:
- branches:
- include: ["main", "release/*"]
+pr: none
steps:
- task: NodeTool@0