From 0cd7d041d83ae28e8c7d8a156750464af76de291 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 24 Oct 2018 09:43:10 +0200 Subject: [PATCH] =?UTF-8?q?[appveyor]=20Don=E2=80=99t=20build=20branches?= =?UTF-8?q?=20with=20open=20PR=20twice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bf982199b..15bbae426 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,5 +75,8 @@ notifications: on_build_failure: true on_build_status_changed: true +# Do not build feature branch with open Pull Requests +skip_branch_with_pr: true + # disable automatic tests test: off