From c2e46ec283ef0f513a63a966729772573b0fa075 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Thu, 18 Jan 2024 10:25:15 +0100
Subject: [PATCH] removed the dependencies for the default manual trigger job

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f2771402..482affafb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1871,4 +1871,5 @@ continuous_benchmark_trigger:
   rules:
     - if: '$CI_PROJECT_PATH == "walberla/walberla" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
       when: on_success
-    - when: manual
\ No newline at end of file
+    - when: manual
+      needs: [ ]
\ No newline at end of file
-- 
GitLab