From ec66403c24ee8e453906317bcb2e5141060622b9 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 16 Aug 2024 20:09:23 +0300 Subject: [PATCH] ci: Remove the manual trigger for the rust msrv windows job Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13ed632d3..29cb0b448 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -537,7 +537,6 @@ 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"]