Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checking the status of a self-hosted runner

Under "Self-hosted runners," you can view a list of registered runners, including the runner's name, labels, and status.

 

Runner listImage Added

 

The status can be one of the following:

  • Idle: The runner is connected to GitHub and is ready to execute jobs.
  • Active: The runner is currently executing a job.
  • Offline: The runner is not connected to GitHub. This could be because the machine is offline, the self-hosted runner application is not running on the machine, or the self-hosted runner application cannot communicate with GitHub.

Adding a self-hosted runner to a repository

...