Commit 6f205d58 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'fix-doc-env-rules-link' into 'master'

Fix link to `rules` keyword in environments page

See merge request gitlab-org/gitlab!82829
parents c5f97337 0123228a
......@@ -440,7 +440,7 @@ stop_review:
when: manual
```
Both jobs must have the same [`rules`](../yaml/index.md#only--except)
Both jobs must have the same [`rules`](../yaml/index.md#rules)
or [`only/except`](../yaml/index.md#only--except) configuration. Otherwise,
the `stop_review` job might not be included in all pipelines that include the
`deploy_review` job, and you cannot trigger `action: stop` to stop the environment automatically.
......
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