Skip to content

Commit

Permalink
Merge pull request #17987 from mvdbeek/fix_tag_commit_in_dry_run
Browse files Browse the repository at this point in the history
[23.2] Don't attempt to commit in dry_run mode
  • Loading branch information
martenson authored Apr 16, 2024
2 parents 346b85f + 7804b18 commit c36005b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/managers/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,8 @@ def update_workflow_from_raw_description(
trans.tag_handler.set_tags_from_list(
trans.user,
stored_workflow,
data.get("tags", []),
data["tags"],
flush=False,
)

if workflow_update_options.update_stored_workflow_attributes:
Expand Down

0 comments on commit c36005b

Please sign in to comment.