diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-07-21 03:10:26 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-07-21 03:10:26 +0800 |
commit | de01b862254be634a0602c6a8875cdda0538354f (patch) | |
tree | 93469070cdc30cefacecb8dca86c2412b9c53a1d | |
parent | 43aa8866bc40ed6efddfdf7678825da2b5c86613 (diff) | |
download | gitlab-ce-de01b862254be634a0602c6a8875cdda0538354f.tar.gz |
Add a note that schedules could be deactivated
when lacking permissions too.
-rw-r--r-- | doc/user/project/pipelines/schedules.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md index 258b3a2f955..9ad15a12c3c 100644 --- a/doc/user/project/pipelines/schedules.md +++ b/doc/user/project/pipelines/schedules.md @@ -71,9 +71,10 @@ The next time a pipeline is scheduled, your credentials will be used. >**Note:** When the owner of the schedule doesn't have the ability to create pipelines -anymore, due to e.g., being blocked or removed from the project, the schedule -is deactivated. Another user can take ownership and activate it, so the -schedule can be run again. +anymore, due to e.g., being blocked or removed from the project, or lacking +the permission to run on protected branches or tags. When this happened, the +schedule is deactivated. Another user can take ownership and activate it, so +the schedule can be run again. ## Advanced admin configuration |