@@ -607,7 +607,7 @@ With `only`, individual keys are logically joined by an AND:
...
@@ -607,7 +607,7 @@ With `only`, individual keys are logically joined by an AND:
In the example below, the `test` job will `only` be created when **all** of the following are true:
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 pipeline has been [scheduled](../../user/project/pipelines/schedules.md)**or** runs for `master`.
- The `variables` keyword matches.
- The `variables` keyword matches.
- The `kubernetes` service is active on the project.
- The `kubernetes` service is active on the project.