From ed112926365544bfdb6d5153f8947474d8c4caf2 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 13 Dec 2025 19:25:39 -0800 Subject: [PATCH] Temporarily disable AppVeyor builds via skip_commits --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 391cf1071..f1a0bf104 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,6 +2,8 @@ version: 1.0.{build} image: - Visual Studio 2017 test: off +skip_commits: + message: /.*/ # Skip ALL commits. skip_branch_with_pr: true build: parallel: true