Skip to content

Commit

Permalink
Update project and branching logic for deploy time triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 15, 2025
1 parent 7dfa81e commit ef5c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/events_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def format_deploytime_value(self):
)
if "project_branch" in trigger:
if is_stringish(trigger["project_branch"]):
result["branch"] = trigger["project_branch"]
result["project_branch"] = trigger["project_branch"]
else:
raise MetaflowException(
"The *project_branch* attribute of the *flow* is not a string"
Expand Down

0 comments on commit ef5c89e

Please sign in to comment.