Commit 26565445 authored by Evan Read's avatar Evan Read

Merge branch 'docs-fredrik_wendt-47379-coach-will-finish' into 'master'

Clarify what example is showing

See merge request gitlab-org/gitlab!51293
parents 696c7d3d 173df3b1
......@@ -67,7 +67,7 @@ To configure a job to be executed only when the pipeline has been
scheduled (or the opposite), use
[only and except](../yaml/README.md#onlyexcept-basic) configuration keywords.
For example:
In the example below `make world` runs in scheduled pipelines, and `make build` runs in pipelines that are not scheduled:
```yaml
job:on-schedule:
......
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