From 46a3b440fdb59da2ef250c585c50a4e1499a1f69 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 16 Mar 2019 16:26:44 +0000 Subject: Do not build Azure Pipelines on Pull Request For 2 reasons: * bundled_gems tend to be left broken (like now) * We don't want Slack notification for pull request and it can't be disabled on Azure Pipelines git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db1c09dbd0..ed92acb979 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,4 @@ +pr: none # comment out this line if you need to test this file on PR jobs: - job: Linux pool: -- cgit v1.2.3