From 91dd5d5280193727c1580eb298ed8e5122f308ea Mon Sep 17 00:00:00 2001 From: gsemaj Date: Wed, 5 May 2021 20:47:34 +0200 Subject: [PATCH] [AppVeyor] Do not build PR commits twice --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 052946c..fe39d2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: 'openfusion-{branch}-{build}' build_cloud: GCE us-east1-b n2-standard-8 +skip_branch_with_pr: true image: - GCP-Windows-VS2019