Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden authored Nov 27, 2024
1 parent dc633ca commit e365e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def allocate_actions_runner(job_id, token):
f"--cpus-per-task={runner_resources['cpu']}",
f"--gres=tmpdisk:{runner_resources['tmpdisk']}",
f"--time={runner_resources['time']}",
ALLOCATE_RUNNER_SCRIPT_PATH, # allocate-ephemeral-runner-from-docker.sh
ALLOCATE_RUNNER_SCRIPT_PATH,
GITHUB_REPO_URL,
registration_token,
removal_token,
Expand Down

0 comments on commit e365e9a

Please sign in to comment.