Update gitlab.yml with default setting

This commit is contained in:
Z.J. van de Weg 2017-05-22 19:18:09 +02:00
parent e15aee2b51
commit 59ff3af593
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ production: &base
cron: "0 * * * *"
# Execute scheduled triggers
pipeline_schedule_worker:
cron: "0 */12 * * *"
cron: "19 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"