From 77e27346d8948ee77d527120b32a1c3aef4c852f Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Fri, 30 Aug 2024 11:11:46 +0200 Subject: [PATCH] ci: Removes windows deployment to vrdev by default --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20ea821a..8ce48654 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