Skip to content

Commit

Permalink
Builtin content doesn't have a git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Oct 27, 2023
1 parent f95e366 commit e1dce21
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ def self.seed
manager.configuration_script_sources.find_or_create_by!(:type => name, :name => "Embedded Workflows")
end

def git_repository
return super unless name == "Embedded Workflows"
nil
end

def sync
update!(:status => "running")

Expand Down

0 comments on commit e1dce21

Please sign in to comment.