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:
authorBrad Warren <bmw@eff.org>2019-10-18 22:54:54 +0300
committerBrad Warren <bmw@eff.org>2019-10-18 22:54:54 +0300
commit7553dcd6a0a37dcde1f39e567a1d09634f3532a5 (patch)
treecf2499359c30961dfc4ec544767e1a5e967995ad
parent118cb3c9b1e62599b57082b71ab7313b2cdc1632 (diff)
Run nightly on Azure even if no commits landed.test-azure-alwaysazure-always
-rw-r--r--.azure-pipelines/advanced.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml
index a072a8a85..afcf16db4 100644
--- a/.azure-pipelines/advanced.yml
+++ b/.azure-pipelines/advanced.yml
@@ -12,6 +12,7 @@ schedules:
branches:
include:
- master
+ always: true
jobs:
- template: templates/tests-suite.yml