summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-08-13 14:50:14 +0000
committerDrew Blessing <drew@blessing.io>2019-08-13 14:50:14 +0000
commitd531bffc3576025dbbae14d43a524f4d0038c6d0 (patch)
tree81e73ff2525a4ff89618d607fcc695b3660d7dae
parent30686e0f3aa0a78869802f352b6cd57fdfd29cc1 (diff)
downloadgitlab-ce-docs-pipeline-schedule-parser-note.tar.gz
Apply suggestion to doc/user/project/pipelines/schedules.mddocs-pipeline-schedule-parser-note
-rw-r--r--doc/user/project/pipelines/schedules.md3
1 files changed, 2 insertions, 1 deletions
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.