Commit c5d1b2d4 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-rules-changes-update' into 'master'

Clarify rules:changes warning

See merge request gitlab-org/gitlab!83765
parents a9709aaf cada0d3b
......@@ -3102,7 +3102,7 @@ to specific files.
WARNING:
You should use `rules: changes` only with **branch pipelines** or **merge request pipelines**.
You can use `rules: changes` with other pipeline types, but `rules: changes` always
evaluates to true when there is no Git `push` event. Tag pipelines, scheduled pipelines,
evaluates to true when there is no Git `push` event. Tag pipelines, scheduled pipelines, manual pipelines,
and so on do **not** have a Git `push` event associated with them. A `rules: changes` job
is **always** added to those pipelines if there is no `if` that limits the job to
branch or merge request pipelines.
......
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