mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
In Travis, the full test suite doesn't run on PRs for point release branches, just on commits for them. I think this behavior makes sense because what we actually want to test before a point release is the exact commit we want to release after any squashing/merging has been done. This PR modifies Azure to match this behavior.
After this PR lands, I need to update the tests required to pass on GitHub.
(cherry picked from commit 2b4c2a7f55)
This commit is contained in:
parent
c6817bb000
commit
8cc626cda5
2 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ trigger:
|
|||
- '*.x'
|
||||
pr:
|
||||
- test-*
|
||||
- '*.x'
|
||||
# This pipeline is also nightly run on master
|
||||
schedules:
|
||||
- cron: "0 4 * * *"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ trigger:
|
|||
pr:
|
||||
- apache-parser-v2
|
||||
- master
|
||||
- '*.x'
|
||||
|
||||
jobs:
|
||||
- template: templates/tests-suite.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue