mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 09:13:34 -05:00
Merge pull request #7017 from jangsutsr/6988_remove_run_type_project_update_task_impact
Remove run type project update task_impact
This commit is contained in:
@@ -479,7 +479,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):
|
||||
|
||||
Reference in New Issue
Block a user