Commit 07071724 authored by Vijay Pandian's avatar Vijay Pandian

Apply suggestion to doc/ci/yaml/README.md

parent defdf00f
......@@ -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.
```yaml
test:
......
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