From cd9ca9d4f743ea2749da3961c4d55d23167d5bec Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 5 Oct 2017 11:17:53 -0700 Subject: [PATCH] Ask Appveyor to ignore certain branches. This should prevent the automatic backports to be tested both when the branch is pushed by the backport bot, and when the PR is opened. Hopefully the PR will be still be tested (that's unclear from the AppVeyor docs). This was discussed in https://github.com/matplotlib/matplotlib/pull/9283#issuecomment-334530421 And likely need to be also applied to other CI, but Appveyor is the most annoying. --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 8d8d48ad17a1..e9d977b47f8c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,6 +4,9 @@ # https://github.com/rmcgibbo/python-appveyor-conda-example # Backslashes in quotes need to be escaped: \ -> "\\" +branches: + except: + - /auto-backport-.*/ environment: