RUNNER_ENVIRONMENT

Constant RUNNER_ENVIRONMENT 

Source
pub const RUNNER_ENVIRONMENT: &str = "RUNNER_ENVIRONMENT";
Expand description

The environment of the runner executing the job. Possible values are: github-hosted for GitHub-hosted runners provided by GitHub, and self-hosted for self-hosted runners configured by the repository owner.