From 841d489491acffacedc8ff091a3ea13042361c12 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 3 Mar 2025 22:39:47 +0100
Subject: [PATCH] Remove manual checks

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 5148501dca..ef34bf3249 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -491,7 +491,6 @@ release-helm:
   image: docker:${DOCKER_VERSION}-dind
   only:
     - tags
-  when: manual
   needs:
     - build-helm
   dependencies:
@@ -550,7 +549,6 @@ release-docs:
 release-libs:
   stage: release
   image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
-  when: manual
   only:
     - tags
   variables:
-- 
GitLab