@@ -605,7 +605,11 @@ With `only`, individual keys are logically joined by an AND:
> (any of refs) AND (any of variables) AND (any of changes) AND (if Kubernetes is active)
In the example below, the `test` job will `only` be created when the pipeline has been [scheduled](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/project/pipelines/schedules.md) or runs for `master`*AND* the `variables` keyword matches *AND* when the `kubernetes` service is active on the project.
In the example below, the `test` job will `only` be created when **all** of the following are true:
- The pipeline has been [scheduled](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/project/pipelines/schedules.md)**or** runs for `master`.
- The `variables` keyword matches.
- The `kubernetes` service is active on the project.