mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
fix group_name for workflow_events
This commit is contained in:
parent
cd084f5c60
commit
d882a14d87
@ -801,7 +801,7 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
||||
emit_channel_notification('jobs-status_changed', status_data)
|
||||
|
||||
if self.spawned_by_workflow:
|
||||
event_serialized['group_name'] = "workflow_events"
|
||||
status_data['group_name'] = "workflow_events"
|
||||
emit_channel_notification('workflow_events-' + str(self.workflow_job_id), status_data)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user