Commit f07d6079 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents fdd65d32 6390eb9f
...@@ -1050,7 +1050,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -1050,7 +1050,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
if self.is_repo_link: if self.is_repo_link:
return return
self.configure_repo(validate) self.configure_repo(validate)
self.commit_pending(None) self.commit_pending(None, skip_push=validate)
self.configure_branch() self.configure_branch()
self.update_branch() self.update_branch()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment