Skip to content

Commit

Permalink
Patch: Increase the priority
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 7, 2024
1 parent fa0ff9f commit 0749d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/standard/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_actions(self, context: module.GetActionContext) -> list[module.Action[di
context.event_data.get("action") == "completed"
and context.event_data.get("workflow_run", {}).get("conclusion") == "failure"
):
return [module.Action(priority=module.PRIORITY_CRON, data={})]
return [module.Action(priority=module.PRIORITY_STATUS, data={})]
return []

async def process(
Expand Down

0 comments on commit 0749d9f

Please sign in to comment.