mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] forwardport: the fix
Of course I forgot the most relevant bit
This commit is contained in:
parent
5f8041552b
commit
7c46a2006f
@ -145,6 +145,7 @@ class DeleteBranches(models.Model, Queue):
|
||||
"✘ got a fuzzy match (%s), branch probably deleted",
|
||||
', '.join(r['ref'] for r in ref)
|
||||
)
|
||||
return
|
||||
|
||||
if ref['object']['sha'] != self.pr_id.head:
|
||||
_deleter.info(
|
||||
|
Loading…
Reference in New Issue
Block a user