Skip to content

Commit 1f6a9fa

Browse files
[fix]: updating the workflow validation
1 parent a423edb commit 1f6a9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

health.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ func RunOpsWorkflow(apiKey string, orgId string) (WorkflowHealth, error) {
10011001
if resp.StatusCode == 200 {
10021002
workflowHealth.Run = true
10031003
workflowHealth.ExecutionId = execution.ExecutionId
1004+
workflowHealth.WorkflowValidation = execution.Workflow.Validation.Valid
10041005
}
10051006

10061007
updateOpsCache(workflowHealth)

0 commit comments

Comments
 (0)