Workflows: Controlling Pipelines Execution
66%
Key Takeaways
To summarize, here are the key takeaways when using GitLab workflows:
The
workflowkeyword controls whether the entire pipeline is created and evaluated.When both the main
.gitlab-ci.ymlfile and an included file defineworkflowrules, the rules from the main file take precedence because the main file is merged last.Including multiple files that each define
workflowrules can lead to unexpected behavior, since only one
Cloud Native CI/CD with GitLab
From Commit to Production ReadyEnroll now to unlock all content and receive all future updates for free.
