Skip to content

Commit fc092fc

Browse files
committed
Fix flow name
1 parent 44add20 commit fc092fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/infrahub/core/branch/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def rebase_branch(branch: str, context: InfrahubContext, send_events: bool
208208
await event_service.send(event)
209209

210210

211-
@flow(name="migrate_branch", flow_run_name="Apply migrations to branch {branch}")
211+
@flow(name="branch-migrate", flow_run_name="Apply migrations to branch {branch}")
212212
async def migrate_branch(branch: str, context: InfrahubContext, send_events: bool = True) -> None:
213213
await add_tags(branches=[branch])
214214

0 commit comments

Comments
 (0)