Add support of Merge Request variables in rules with include
Proposal
As for now, using rules with include with MR pipelines is not possible.
This proposal is to add such conditions to the include: rules section.
include:
- local: builds_docker.yml
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
-->
Edited by Artur Salii