Skip to content

Commit

Permalink
Fix priority
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 18, 2024
1 parent e2fdd0d commit 39635cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github_app_geo_project/views/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 39635cc

Please sign in to comment.