Skip to content
Snippets Groups Projects
Commit 873ae97f authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Disable foobar manifest build for integration branch

BCS 746-000646
parent e081a8d8
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment