mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
fix group_name for workflow_events
This commit is contained in:
@@ -801,7 +801,7 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
|||||||
emit_channel_notification('jobs-status_changed', status_data)
|
emit_channel_notification('jobs-status_changed', status_data)
|
||||||
|
|
||||||
if self.spawned_by_workflow:
|
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)
|
emit_channel_notification('workflow_events-' + str(self.workflow_job_id), status_data)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user