From ca7d5d7b92283f3a06dcc1708a6da602aeda72bd Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 7 Oct 2023 03:42:06 +0000
Subject: [PATCH] fix: cleanup jobs in finalize stage don't need explicit needs

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dfed0584..09d7e112e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -483,8 +483,6 @@ clean_internal_tag:
   stage: finalize
   needs:
     - version
-    - benchmarks:detector:default
-    - benchmarks:detector:nightly
   when: always
   script:
     - |
@@ -499,8 +497,6 @@ clean_unstable_mr:
   stage: finalize
   needs:
     - version
-    - benchmarks:detector:default
-    - benchmarks:detector:nightly
   tags:
     - docker-new
   when: always
-- 
GitLab