monitor-gating: Fix typo in the runner's configuration file

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-26 15:08:04 +01:00
parent f7c0971788
commit 59e6782f3a

View file

@ -5,4 +5,4 @@ delay = 3600
workflow_single_gating_args = "--conf /opt/config/monitor_gating.cfg --auto-update --no-pr"
# CLI arguments to give to the script testing the multi builds gating workflow
workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg
workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg"