From 908a39e55a5ec2e96c58bf35bc6e320ec696b42e Mon Sep 17 00:00:00 2001 From: Remy Haemmerle Date: Thu, 27 Jul 2023 10:36:27 +0200 Subject: [PATCH] Disable temporary windows build until we have windows back in the pipeline --- ci/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.yml b/ci/build.yml index 82613959966..4983e8d89d9 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -85,6 +85,8 @@ jobs: assignment: m1-builds - job: Windows + # temporary disable windows + condition: eq(1,2) dependsOn: - check_for_release - build_canton