Commit dd1e0a51 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'msj-ci-clear-up-sentence' into 'master'

Clarify a CI/CD Reference, hopefully

Closes #33232

See merge request gitlab-org/gitlab!23342
parents 78d2b06c ebeb16c7
......@@ -651,7 +651,7 @@ With `only`, individual keys are logically joined by an AND:
> NOT((any of refs) AND (any of variables) AND (any of changes) AND (if Kubernetes is active))
This, more intuitively, means the keys join by an OR. A functionally equivalent expression:
This means the keys are treated as if joined by an OR. This relationship could be described as:
> (any of refs) OR (any of variables) OR (any of changes) OR (if Kubernetes is active)
......
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