is_on_github_actions {pureseqtmr} | R Documentation |
Determines if the environment is GitHub Actions
is_on_github_actions()
TRUE if run on GitHub Actions, FALSE otherwise
Richèl J.C. Bilderbeek
if (is_on_github_actions()) {
message("Running on GitHub Actions")
}