summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristiaan Van den Poel <christiaan.vandenpoel@protime.eu>2017-11-25 00:03:48 +0100
committerChristiaan Van den Poel <christiaan.vandenpoel@protime.eu>2017-11-25 00:03:48 +0100
commit308f2ecd1d9355959298828c83fdabf5208c59a1 (patch)
tree752537a242ba24de3abe1ec615eb4faa4c98e7e1
parentd199ecd452a3bfdc8ba7b4a0ae244a282c047c9f (diff)
downloadgitlab-ce-308f2ecd1d9355959298828c83fdabf5208c59a1.tar.gz
removed 'only once' from the docs
-rw-r--r--doc/user/project/pipelines/schedules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md
index eac706be3a7..2101e3b1d58 100644
--- a/doc/user/project/pipelines/schedules.md
+++ b/doc/user/project/pipelines/schedules.md
@@ -5,7 +5,7 @@
- In 9.2, the feature was [renamed to Pipeline Schedule][ce-10853].
- Cron notation is parsed by [Rufus-Scheduler](https://github.com/jmettraux/rufus-scheduler).
-Pipeline schedules can be used to run pipelines only once, or for example every
+Pipeline schedules can be used to run a pipeline at specific intervals, for example every
month on the 22nd for a certain branch.
## Using Pipeline schedules