Skip to content

Commit 286527e

Browse files
authored
Merge pull request #1285 from BudEcosystem/feat/sentinel-v2
fix(budapp): use GUARDRAIL_DEPLOYMENT workflow type for guardrail deploy workflow
2 parents a3ed4cb + 13f29f8 commit 286527e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/budapp/budapp/guardrails/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def add_guardrail_deployment_workflow(
173173

174174
# Retrieve or create workflow
175175
workflow_create = WorkflowUtilCreate(
176-
workflow_type=WorkflowTypeEnum.CLOUD_MODEL_ONBOARDING,
176+
workflow_type=WorkflowTypeEnum.GUARDRAIL_DEPLOYMENT,
177177
title="Guardrail Deployment",
178178
total_steps=workflow_total_steps,
179179
icon=APP_ICONS["general"]["deployment_mono"],

0 commit comments

Comments
 (0)