diff --git a/github_app_geo_project/views/webhook.py b/github_app_geo_project/views/webhook.py index 5cf34fabc56..3f21d2f76d8 100644 --- a/github_app_geo_project/views/webhook.py +++ b/github_app_geo_project/views/webhook.py @@ -125,7 +125,6 @@ def webhook(request: pyramid.request.Request) -> dict[str, None]: .where(models.Queue.check_run_id == data["check_run"]["id"]) .values( { - "priority": module.PRIORITY_HIGH, "status": models.JobStatus.NEW, "started_at": None, "finished_at": None,