From 17b0ed455829a656684e6eb5a2bc29ef19a66a62 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Fri, 7 Mar 2025 09:00:05 +0100
Subject: [PATCH] Remove manual

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a955b9014..e1be37841e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -533,7 +533,6 @@ release-helm:
   image: docker:${DOCKER_VERSION}-dind
   only:
     - tags
-  when: manual
   needs:
     - build-helm
   dependencies:
@@ -593,7 +592,6 @@ release-docs:
 release-libs:
   stage: release
   image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
-  when: manual
   only:
     - tags
   variables:
-- 
GitLab