Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd9ca9d

Browse files
committed
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 #9283 (comment) And likely need to be also applied to other CI, but Appveyor is the most annoying.
1 parent 9cb0f74 commit cd9ca9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# https://github.com/rmcgibbo/python-appveyor-conda-example
55

66
# Backslashes in quotes need to be escaped: \ -> "\\"
7+
branches:
8+
except:
9+
- /auto-backport-.*/
710

811
environment:
912

0 commit comments

Comments
 (0)