mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #5110 from chrismeyersfsu/fix-workflow_capacity
workflows consume no capacity
This commit is contained in:
commit
80b5957315
@ -271,5 +271,5 @@ class WorkflowJobDict(PartialModelDict):
|
||||
return 'workflow_job'
|
||||
|
||||
def task_impact(self):
|
||||
return 10
|
||||
return 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user