Update gitlab.yml with default setting
This commit is contained in:
parent
e15aee2b51
commit
59ff3af593
1 changed files with 1 additions and 1 deletions
|
@ -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 * * * *"
|
||||
|
|
Loading…
Reference in a new issue