From 03b450e994ed8b590088d14cd28680aadd9dbaa3 Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Thu, 19 Sep 2024 12:39:29 +0200 Subject: [PATCH] ci: Don't deploy to windows anymore --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c273611..452c24f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ Build_Linux_Without_Cluster: artifacts: true # Deploys to vrdev -Deploy_Windows: +.Deploy_Windows: rules: - if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab