diff --git a/run.py b/run.py index a081ab4..f36edb6 100644 --- a/run.py +++ b/run.py @@ -123,9 +123,6 @@ async def monitor_apps_lists(): "data": model_to_dict(job), }, "jobs") - else: - task_logger.info(f"Application {app_id} in {app_list_name} is still at the same revision {commit_sha}, do nothing") - # new app else: task_logger.info(f"New application detected: {app_id} in {app_list_name}, scheduling a new job")