Commit 79959871 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-when-delayed' into 'master'

Docs: Add `delayed` to list of valid values for `when`

See merge request gitlab-org/gitlab!21787
parents 3d068a0b efdf40f8
......@@ -1148,6 +1148,8 @@ failure.
1. `always` - execute job regardless of the status of jobs from prior stages.
1. `manual` - execute job manually (added in GitLab 8.10). Read about
[manual actions](#whenmanual) below.
1. `delayed` - execute job after a certain period (added in GitLab 11.14).
Read about [delayed actions](#whendelayed) below.
For example:
......
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