From 726033a958020155a691094fc74855eab749bbc2 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Tue, 23 Sep 2025 08:15:05 +1000 Subject: [PATCH] Enable skip_branch_with_pr: true for appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 9a26700c4c..6e9b2aa3be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ version: '{build}' image: Visual Studio 2022 +skip_branch_with_pr: true environment: matrix: - DB: SqlServer2008