mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Remove run type project update task_impact
This commit is contained in:
parent
c30545e220
commit
c1998e378d
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user