Unverified Commit c36005b7 authored by Martin Cech's avatar Martin Cech Committed by GitHub
Browse files

Merge pull request #17987 from mvdbeek/fix_tag_commit_in_dry_run

[23.2] Don't attempt to commit in dry_run mode
parents 346b85fe 7804b18f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -707,7 +707,8 @@ class WorkflowContentsManager(UsesAnnotations):
            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: