Skip to content

Ignore certain jobs if it's a docs branch

João Alexandre Cunha requested to merge chore/ignore-docs-mr-on-test-jobs into master

Apply GitLab's strategy of not running several CI jobs if branch names matches /(^docs[\/-].+|.+-docs$)/

To test this out I've validated that this MR's branch does not match the pattern and the Pipeline runs.

I also validated that these two branches which match the pattern, which are copies of this MR's branch, did not trigger pipelines:

Edited by João Alexandre Cunha

Merge request reports