diff --git a/apps/accounts/automations/gather_accounts/manager.py b/apps/accounts/automations/gather_accounts/manager.py index 0941a78fa..1c9ae990f 100644 --- a/apps/accounts/automations/gather_accounts/manager.py +++ b/apps/accounts/automations/gather_accounts/manager.py @@ -72,7 +72,7 @@ class GatherAccountsManager(AccountBasePlaybookManager): ) gathered_accounts.append(gathered_account) if not self.is_sync_account: - return + continue GatheredAccount.sync_accounts(gathered_accounts) def run(self, *args, **kwargs):