Add a note that schedules could be deactivated

when lacking permissions too.
This commit is contained in:
Lin Jen-Shin 2017-07-21 03:10:26 +08:00
parent 43aa8866bc
commit de01b86225

View file

@ -71,9 +71,10 @@ The next time a pipeline is scheduled, your credentials will be used.
>**Note:** >**Note:**
When the owner of the schedule doesn't have the ability to create pipelines 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 anymore, due to e.g., being blocked or removed from the project, or lacking
is deactivated. Another user can take ownership and activate it, so the the permission to run on protected branches or tags. When this happened, the
schedule can be run again. schedule is deactivated. Another user can take ownership and activate it, so
the schedule can be run again.
## Advanced admin configuration ## Advanced admin configuration