From 7864b170b692276032484b7af31e1832862b830d Mon Sep 17 00:00:00 2001
From: danielspeicher <daniel.speicher@lakedrops.com>
Date: Tue, 21 May 2024 12:10:28 +0000
Subject: [PATCH] Issue #3447810 by fjgarlin, danielspeicher: Include for
 hidden variables cannot be found

---
 private-modules.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/private-modules.yml b/private-modules.yml
index 52a103d..d48e05f 100644
--- a/private-modules.yml
+++ b/private-modules.yml
@@ -24,6 +24,13 @@ include:
       - if: $CI_COMMIT_TAG
         when: never
       - if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature\/.*/"
+  - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.hidden-variables.yml
+    rules:
+      - if: $CI_PIPELINE_SOURCE == "merge_request_event"
+        when: never
+      - if: $CI_COMMIT_TAG
+        when: never
+      - if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature\/.*/"
   - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.workflows.yml
     rules:
       - if: $CI_PIPELINE_SOURCE == "merge_request_event"
-- 
GitLab