Commit ffa06ad4 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '208118-broken-master-in-docs-lint' into 'master'

Resolve "Broken `master` in `docs lint`"

Closes #208118

See merge request gitlab-org/gitlab!25969
parents 5c76227d ee404cff
...@@ -958,7 +958,7 @@ In this example, if the first rule matches, then the job will have `when: manual ...@@ -958,7 +958,7 @@ In this example, if the first rule matches, then the job will have `when: manual
Jobs with `rules:` can cause two pipelines to be created unexpectedly: Jobs with `rules:` can cause two pipelines to be created unexpectedly:
- One pipeline from pushing a commit to a branch. - One pipeline from pushing a commit to a branch.
- A second ["detached" pipeline for a merge request](merge_request_pipelines.md). - A second ["detached" pipeline for a merge request](../merge_request_pipelines/index.md).
`only` and `except` jobs do not trigger merge request pipelines by default, but this `only` and `except` jobs do not trigger merge request pipelines by default, but this
is not the case for jobs with `rules:`, which may be surprising if migrating from `only` is not the case for jobs with `rules:`, which may be surprising if migrating from `only`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment