diff --git a/awx/main/models/projects.py b/awx/main/models/projects.py index 4275661437..4536e4a307 100644 --- a/awx/main/models/projects.py +++ b/awx/main/models/projects.py @@ -473,7 +473,7 @@ class ProjectUpdate(UnifiedJob, ProjectOptions, JobNotificationMixin): @property def task_impact(self): - return 20 + return 0 if self.job_type == 'run' else 20 @property def result_stdout(self):