From 725e23e7813092e0aab0d8be711356c374dd7663 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 30 Apr 2025 13:01:24 +0200 Subject: [PATCH] remove empty needs from build jobs this should keep them from executing if the prevalidate stage already failed --- includes/job-templates.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/job-templates.yml b/includes/job-templates.yml index cf13d77..813714c 100644 --- a/includes/job-templates.yml +++ b/includes/job-templates.yml @@ -26,13 +26,11 @@ extends: - .job-linux timeout: "4 minutes" - needs: [] .build-job-windows: stage: build extends: - .job-windows - needs: [] timeout: "4 minutes" # nothing to see here, basically an alias -- GitLab