From 873ae97fa52ff62e515cf7681a383ed9a9ef608b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Fri, 18 Mar 2022 12:55:01 +0100
Subject: [PATCH] CI: Disable foobar manifest build for integration branch

BCS 746-000646
---
 foobar-manifest.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/foobar-manifest.yml b/foobar-manifest.yml
index 849f8da7..e0f33aa2 100644
--- a/foobar-manifest.yml
+++ b/foobar-manifest.yml
@@ -28,9 +28,8 @@ workflow:
     # (use id instead of name because of rename)
     - if: $CI_PROJECT_ID != "21745909"
       when: never
-    # Do not run pipelines on integration branches, except from gitlab-ci repo
-    - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/ &&
-          $CI_COMMIT_REF_NAME !~ /^integrate\/gitlab-ci\/.*/
+    # Do not run pipelines on integration branches
+    - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/
       when: never
     # In all other cases, run the pipeline automatically
     - when: always
-- 
GitLab