Commit b892eaa3 authored by Marcel Amirault's avatar Marcel Amirault

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

parent 1a1e3f5e
...@@ -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.
......
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