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