mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-21 23:41:49 -05:00
Merge pull request #5388 from chrismeyersfsu/fix-5275
ensure job deps are created only once
This commit is contained in:
@@ -223,7 +223,8 @@ def job_factory(epoch):
|
||||
'celery_task_id': '',
|
||||
'project__scm_update_on_launch': project__scm_update_on_launch,
|
||||
'inventory__inventory_sources': inventory__inventory_sources,
|
||||
'forks': 5
|
||||
'forks': 5,
|
||||
'dependent_jobs__id': None,
|
||||
})
|
||||
return fn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user