refactor: unify flow branches usage

This commit is contained in:
jt
2026-05-20 17:10:58 -03:00
parent 184b135886
commit be245114d5
6 changed files with 8 additions and 14 deletions
-1
View File
@@ -13,7 +13,6 @@ def merge():
ensure_initialized()
branch = ensure_right_branch()
environments = flowconfig["flow.branches"].split(",")
if branch in environments:
if branch == environments[-1]: