Commit d3db8e23 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'mlaily-master-patch-56924' into 'master'

Fix typo in docs

See merge request gitlab-org/gitlab!57116
parents b5b87dcd a9cef1ea
...@@ -1069,8 +1069,8 @@ job: ...@@ -1069,8 +1069,8 @@ job:
- when: on_success - when: on_success
``` ```
- If the pipeline is for a merge request, the job is **not** be added to the pipeline. - If the pipeline is for a merge request, the job is **not** added to the pipeline.
- If the pipeline is a scheduled pipeline, the job is **not** be added to the pipeline. - If the pipeline is a scheduled pipeline, the job is **not** added to the pipeline.
- In **all other cases**, the job is added to the pipeline, with `when: on_success`. - In **all other cases**, the job is added to the pipeline, with `when: on_success`.
WARNING: WARNING:
......
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