GitLab: Skipping the CI pipeline

I often push a work-in-progress (WIP) branch to GitLab to share with my team or as a backup. I don’t necessarily want to run the CI/CD pipeline on this branch: the tests aren’t updated and it’s not ready for a feature branch deployment. GitLab provides several ways to skip the pipeline. Git push option One way to skip the pipeline is to pass the ci.skip push option to Git: ...

10 November, 2020 · Max Smolens