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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dfed0584..3816b7145 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -481,10 +481,6 @@ benchmarks:detector:nightly:
 clean_internal_tag:
   image: alpine/curl
   stage: finalize
-  needs:
-    - version
-    - benchmarks:detector:default
-    - benchmarks:detector:nightly
   when: always
   script:
     - |
@@ -497,10 +493,6 @@ clean_internal_tag:
 clean_unstable_mr:
   extends: .docker
   stage: finalize
-  needs:
-    - version
-    - benchmarks:detector:default
-    - benchmarks:detector:nightly
   tags:
     - docker-new
   when: always
-- 
GitLab