diff --git a/foobar-manifest.yml b/foobar-manifest.yml
index 849f8da78819366c5e951e7d0a2f6b6dc5631562..e0f33aa23678c0fc2e90a4569d1e5e9c5eebd646 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