Is there any CI skip option present in GitLab CI?
While debugging the use of a report creator, I just remembered that I needed to add a line of code, and now I want to edit the code without instigating the build pipeline. I can write ci skip in the commit pipeline to pass any pipeline execution in Jenkins CI. But I want to use GitLab CI. Is the mechanism the same for GitLab CI?
If the commit message contains GitLab skip CI or skip CI using capitalization, a commit will be formed, and the pipeline will be skipped.