From c210c68d393b76149f02dc1f8b610269a53d94bc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 22 May 2019 11:14:54 -0700 Subject: Revert "Revert CI deduplication on Wercker / Azure for debugging" This reverts commit 1ebe9a2f82fef5190454e68d430004282f5da172. because it did not help. --- appveyor.yml | 3 +++ azure-pipelines.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 1e29c99e29..5e3983b275 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,9 @@ version: '{build}' shallow_clone: true platform: - x64 +branches: + except: + - trunk # mirrored master runs CI environment: ruby_version: "24-%Platform%" zlib_version: "1.2.11" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9ff595e07..87eed89d15 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,6 @@ pr: none # comment out this line if you need to test this file on PR +trigger: + - master jobs: - job: Linux pool: -- cgit v1.2.3