Skip to content

Update pipeline rules

Julius Balzer requested to merge update_pipeline_rules into development

Summary

EDIT: Commits to a branch with open merge request did not trigger a merge request pipeline. However, this issue fixed itself somehow. The new workflow rules can be applied anyway.

Corrected the workflow rules for pipelines. We don't need this:

    # Dont create a branch pipeline while there are open merge requests
    - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
      when: never

since we only run branch pipelines for the default branche, which is development.

Also added an extra stage for building the documentation

Edited by Julius Balzer

Merge request reports