Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Dec 11, 2023
1 parent a0aff8c commit c548b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner_manager/jobs/workflow_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def in_progress(webhook: WorkflowJobInProgress) -> str | None:
# available for the jobs that are requesting it.
if tts > settings.timeout_runner and runner_group.is_full is False:
log.info(
f"Time to start is too high ({tts}), creating new runner for {runner_group.name}"
f"Time to start too high ({tts}), creating runner for {runner_group.name}"
)
github: GitHub = get_github()
runner_group.create_runner(github)
Expand Down

0 comments on commit c548b89

Please sign in to comment.