parq_blockmodel.utils.cicd.is_github_runner

parq_blockmodel.utils.cicd.is_github_runner#

parq_blockmodel.utils.cicd.is_github_runner()[source]#

Check if the code is running inside a GitHub Actions runner.

Returns:

True if running in GitHub Actions, False otherwise.

Return type:

bool