Highligh info about optional action status in docs
This commit is contained in:
parent
bb2460c1ea
commit
a004a9743a
1 changed files with 4 additions and 0 deletions
|
@ -563,6 +563,10 @@ Manual actions are non-blocking by default. If you want to make manual action
|
||||||
blocking, it is necessary to add `allow_failure: false` to the job's definition
|
blocking, it is necessary to add `allow_failure: false` to the job's definition
|
||||||
in `.gitlab-ci.yml`.
|
in `.gitlab-ci.yml`.
|
||||||
|
|
||||||
|
Optional manual actions have `allow_failure: true` set by default.
|
||||||
|
|
||||||
|
**Statuses of optional actions do not contribute to overall pipeline status.**
|
||||||
|
|
||||||
> Blocking manual actions were introduced in GitLab 9.0
|
> Blocking manual actions were introduced in GitLab 9.0
|
||||||
|
|
||||||
### environment
|
### environment
|
||||||
|
|
Loading…
Reference in a new issue