From 9306a2b7bfef878acb9b8e5a4584970556aeeefd Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 11 Mar 2025 13:54:36 +0100
Subject: [PATCH] Do not require dev dependencies when checking for security
 and outdated packages

---
 test-and-deploy.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 2cfafee..a439f99 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -830,9 +830,6 @@ Debug:
     - job: Build Prod Site NG
       artifacts: true
       optional: true
-    - job: Build Site
-      artifacts: true
-      optional: true
   before_script:
     - !reference [.prepareaccess, before_script]
     - !reference [.preparecomposerplugins, before_script]
@@ -866,9 +863,6 @@ Debug:
     - job: Build Prod Site NG
       artifacts: true
       optional: true
-    - job: Build Site
-      artifacts: true
-      optional: true
   before_script:
     - !reference [.prepareaccess, before_script]
     - !reference [.preparecomposerplugins, before_script]
-- 
GitLab