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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/advanced-test.yml1
-rw-r--r--.azure-pipelines/advanced.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml
index b9ac9c38a..5be29ba79 100644
--- a/.azure-pipelines/advanced-test.yml
+++ b/.azure-pipelines/advanced-test.yml
@@ -4,6 +4,7 @@ trigger:
# "Running tests in CI" is still correct.
- azure-test-*
- test-*
+pr: none
jobs:
# Any addition here should be reflected in the advanced and release pipelines.
diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml
index 7f0f5de50..d950e6524 100644
--- a/.azure-pipelines/advanced.yml
+++ b/.azure-pipelines/advanced.yml
@@ -1,6 +1,7 @@
# Advanced pipeline for running our full test suite on protected branches.
trigger:
- '*.x'
+pr: none
# This pipeline is also nightly run on master
schedules:
- cron: "0 4 * * *"