0 votes
in GitHub by
what are self-hosted runners in github Actions?

1 Answer

0 votes
by

Called workflows that are owned by the same user or organization as the caller workflow can access self-hosted runners from the caller's context. This means that a called workflow can access self-hosted runners that are:

  • In the caller repository
  • In the caller repository's organization, provided that the runner has been made available to the caller repository
...