mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Revert "Modify job event save behavior"
This commit is contained in:
parent
81447df1b1
commit
16fce59512
@ -1106,10 +1106,6 @@ class JobEvent(CreatedModifiedModel):
|
||||
self.failed = True
|
||||
if 'failed' not in update_fields:
|
||||
update_fields.append('failed')
|
||||
else:
|
||||
self.event = 'runner_on_skipped'
|
||||
if 'changed' in res:
|
||||
res['changed'] = False
|
||||
if isinstance(res, dict) and res.get('changed', False):
|
||||
self.changed = True
|
||||
if 'changed' not in update_fields:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user