ruby-changes:55066
From: k0kubun <ko1@a...>
Date: Sun, 17 Mar 2019 01:26:49 +0900 (JST)
Subject: [ruby-changes:55066] k0kubun:r67273 (trunk): Do not build Azure Pipelines on Pull Request
k0kubun 2019-03-17 01:26:44 +0900 (Sun, 17 Mar 2019) New Revision: 67273 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67273 Log: 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 Modified files: trunk/azure-pipelines.yml Index: azure-pipelines.yml =================================================================== --- azure-pipelines.yml (revision 67272) +++ azure-pipelines.yml (revision 67273) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L1 +pr: none # comment out this line if you need to test this file on PR jobs: - job: Linux pool: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/