Feedback

Chat Icon

Cloud Native CI/CD with GitLab

From Commit to Production Ready

Workflows: Controlling Pipelines Execution
66%

Key Takeaways

To summarize, here are the key takeaways when using GitLab workflows:

  • The workflow keyword controls whether the entire pipeline is created and evaluated.

  • When both the main .gitlab-ci.yml file and an included file define workflow rules, the rules from the main file take precedence because the main file is merged last.

  • Including multiple files that each define workflow rules can lead to unexpected behavior, since only one

Cloud Native CI/CD with GitLab

From Commit to Production Ready

Enroll now to unlock all content and receive all future updates for free.