December 2024
Beginner to intermediate
256 pages
6h 44m
English
This chapter covers
The runtime of GitHub Actions is provided by services called runners. Runners are standalone instances that continuously ask GitHub if there is work for them to execute. They provide the runtime for your job definitions; they will execute the steps defined in the job for you and provide information about the outcome back to GitHub as well as the logs and any data uploaded to GitHub—for example, artifacts and cache information.
In this chapter, we will focus on the runners GitHub hosts for you as a service. These are called GitHub-hosted ...
Read now
Unlock full access