From 08ce03a3a4724817f618210a272fe1a0eb4dbe1a Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Tue, 12 Sep 2023 10:03:45 -0600
Subject: [PATCH] missed a thing

---
 .../workspaces/workspaces/workflow/services/workflow_service.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/workspaces/workspaces/workflow/services/workflow_service.py b/shared/workspaces/workspaces/workflow/services/workflow_service.py
index c9345f8b2..6c1a10fba 100644
--- a/shared/workspaces/workspaces/workflow/services/workflow_service.py
+++ b/shared/workspaces/workspaces/workflow/services/workflow_service.py
@@ -836,7 +836,7 @@ class WorkflowMessageHandler:
         wf_req_id = subject["workflow_request_id"]
         wf_request = self.info.lookup_workflow_request(wf_req_id)
 
-        if "ingest" in wf_request.workflow_name:
+        if "ingest" in wf_request.workflow_name and "obs" not in wf_request.workflow_name:
             if "seci" not in wf_request.workflow_name:
                 subject["execution_wf_id"] = wf_request.argument["parent_wf_request_id"]
                 logger.debug("Sending ingestion complete message!")
-- 
GitLab