From bfbcdb592503a57884b1e6d6c44c149733354afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 20 Oct 2022 13:53:40 +0100 Subject: [PATCH] ci: make windows msrv job manual to reduce load on windows runners https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/417 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3e88c80a..44f7963c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -630,6 +630,7 @@ windows rust docker stable: windows rust docker msrv: extends: '.windows rust docker build' + when: 'manual' variables: RUST_IMAGE: !reference [variables, "WINDOWS_RUST_MINIMUM_IMAGE"] RUST_UPSTREAM_IMAGE: !reference [variables, "WINDOWS_RUST_MINIMUM_UPSTREAM_IMAGE"]