summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-06 14:13:35 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-03-06 14:13:35 +0100
commita004a9743a356597b97cc38103bd193cf6660753 (patch)
treed8dbc2e42e74b1cd20e04335bf3ac180a1fca30e /doc/ci/yaml/README.md
parentbb2460c1ea0e6dbff8e62dba2a7b59acd969a1b1 (diff)
downloadgitlab-ce-a004a9743a356597b97cc38103bd193cf6660753.tar.gz
Highligh info about optional action status in docs
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index a759fdad96f..fd1171eff7e 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -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
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
### environment