Skip to content

setting up the github self hosted runner

Tzesh edited this page May 24, 2023 · 1 revision

Setting Up GitHub Self-Hosted Runner

In order to make sure that current CI/CD flow is working well please make sure that you have set up the GitHub Self-Hosted Runner correctly. You can find more information about GitHub Self-Hosted Runner here.

After setting up the GitHub Self-Hosted Runner you can check if the GitHub Self-Hosted Runner is working well you can see your server in the 'Runners' section under the 'Actions' tab in your repository. You can find more information about GitHub Actions here. There's nothing to do after setting up the GitHub Self-Hosted Runner. You can just wait for the GitHub Self-Hosted Runner to run the CI/CD flow.

Clone this wiki locally