7 min read

Gitlab CI/CD - Workflow Rules

Sometimes you need to control the entire pipeline, not just specific jobs. We’ll configure Workflow Rules to prevent duplicate pipelines from running on the same commit, such as stopping double runs on Merge Requests.
Gitlab CI/CD - Workflow Rules
Reader: GitLab CI/CD Workflow Rules

Reader Mode

-- / --

Introduction