From d531bffc3576025dbbae14d43a524f4d0038c6d0 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Tue, 13 Aug 2019 14:50:14 +0000 Subject: Apply suggestion to doc/user/project/pipelines/schedules.md --- doc/user/project/pipelines/schedules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md index 7fcfb08087a..f3e9c950efd 100644 --- a/doc/user/project/pipelines/schedules.md +++ b/doc/user/project/pipelines/schedules.md @@ -7,7 +7,8 @@ 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. -NOTE: **Note:** - 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. -- cgit v1.2.1