Skip to content

Commit

Permalink
Merge pull request #367 from camptocamp/fix
Browse files Browse the repository at this point in the history
Don't set the priority to high on rerun
  • Loading branch information
sbrunner authored Jun 14, 2024
2 parents ec26e13 + 35c7d21 commit 108e045
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 @@ -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,
Expand Down

0 comments on commit 108e045

Please sign in to comment.