summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j25
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
index 504c1c31a..645a9198e 100644
--- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
+++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
@@ -44,9 +44,8 @@
do:
- {tasks: [check_modulemd]}
-# trigger off of scratch builds in dev
-- when: {message_type: KojiTaskCompleted}
+# do package-specific tasks if they come in
+- when: {message_type: KojiBuildCompleted}
do:
- {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
- - {tasks: [rpmlint-scratch]}
{% endif %}