GitHub Actions in OpenShift
With the OpenShift Container Platform, Tekton is included ( https://tekton.dev/) as a tool for CI. However, some companies are using other stacks to build their applications, like Azure DevOps or Gitlab DevOps. While those technologies can be used as a pure managed service, some particular requirements (security, regulatory, etc) or cost-effective deployments may search for using runners on-prem.
That is the case of Github Actions, that can implement custom runners, and they can be executed in Kubernetes/OpenShift.