mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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)
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user