summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-08-13 16:07:33 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-08-13 16:07:33 +0000
commita1075bdbac6da2aa5bc8355ec9eef032b9ed7329 (patch)
tree6f07565b5e6e480aab94ab8fc860d2585ed1b4e0
parent3702ab7317533896c7455357dd6643181666f22b (diff)
downloadgitlab-ce-a1075bdbac6da2aa5bc8355ec9eef032b9ed7329.tar.gz
Make cron notation parser a proper note
-rw-r--r--doc/user/project/pipelines/schedules.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md
index 4e25d8545e9..f3e9c950efd 100644
--- a/doc/user/project/pipelines/schedules.md
+++ b/doc/user/project/pipelines/schedules.md
@@ -6,7 +6,9 @@ type: reference, howto
> - Introduced in GitLab 9.1 as [Trigger Schedule](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10533).
> - [Renamed to Pipeline Schedule](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10853) in GitLab 9.2.
-> - Cron notation is parsed by [Fugit](https://github.com/floraison/fugit).
+
+NOTE: **Note:**
+Cron notation is parsed by [Fugit](https://github.com/floraison/fugit).
Pipelines are normally run based on certain conditions being met. For example, when a branch is pushed to repository.