Commit 36ee4877 authored by Shinya Maeda's avatar Shinya Maeda

Change configuration in gitlab.com as trigger_schedule_worker will perform twice a day

parent 2a1a7310
......@@ -182,7 +182,7 @@ production: &base
cron: "0 * * * *"
# Execute scheduled triggers
trigger_schedule_worker:
cron: "0 * * * *"
cron: "0 */12 * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment