ci: make windows msrv job manual to reduce load on windows runners

https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/417
This commit is contained in:
Tim-Philipp Müller 2022-10-20 13:49:39 +01:00
parent cbdd3a7f26
commit 363de0c1c6

View file

@ -348,6 +348,7 @@ gst-build:
test windows msrv:
extends: '.msvc2019 build'
image: $WINDOWS_RUST_MINIMUM_IMAGE
when: 'manual'
test windows stable:
extends: '.msvc2019 build'