From 6f0d9565eb67acf7bf8f708ef5a2b1ddabc668a5 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 24 Jul 2018 17:01:50 +0200 Subject: Do not run 32-bit Windows builds on pull requests. I have never seen this build fail without the 64-bit Windows build failing as well. So it is just a waste of time to test it on every pull request and we are short in Windows test machines. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ca6ebaa4..46f8572b94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -212,6 +212,9 @@ windows32: <<: *windows-template variables: ARCH: "32" + except: + - /^pr-.*$/ + pkg:nix: image: nixorg/nix:latest # Minimal NixOS image which doesn't even contain git -- cgit v1.2.3