diff --git a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 index eb72757317..513853d643 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 @@ -19,7 +19,7 @@ deployment_type = stg #} [koji_build_completed] -{% if deployment_type in ['stg', 'prod'] %} +{% if deployment_type in ['prod'] %} critpath_filepath = {{ trigger_critpath_file }} {% else %} ; critpath_filepath = {{ trigger_critpath_file }}