MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / IsGHA

Function IsGHA

scripts/common_codegen.py:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25# Returns true if we are running in GitHub actions
26# https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
27def IsGHA():
28 if 'GITHUB_ACTION' in os.environ:
29 return True
30 return False
31
32# helper to define paths relative to the repo root
33def repo_relative(path):

Callers 1

RunShellCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected