summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/builds_configuration/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/builds_configuration/README.md b/doc/builds_configuration/README.md
index f7405d7..653e32d 100644
--- a/doc/builds_configuration/README.md
+++ b/doc/builds_configuration/README.md
@@ -104,3 +104,6 @@ except:
## Debugging of your builds with .gitlab-ci.yml
Each instance of GitLab CI has an embeded debug tool Lint. You can find link to the Lint in the projects settings page or use short url `/lint`.
+
+## Skipping builds
+There is one more way to skip all builds, if your commit message contains tag [ci skip]. In this case commit will be created but builds will be skipped.