Skip to content

Commit

Permalink
Merge pull request #350 from gitautoai/wes
Browse files Browse the repository at this point in the history
Enable 'Check Run Retry' again
  • Loading branch information
hiroshinishio authored Oct 27, 2024
2 parents 4225a88 + 14219c0 commit c07ef01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/check_run_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@


def handle_check_run(payload: CheckRunCompletedPayload) -> None:
return
# Extract workflow run id
check_run: CheckRun = payload["check_run"]
details_url: str = check_run["details_url"]
Expand Down

0 comments on commit c07ef01

Please sign in to comment.