Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 827 Bytes

File metadata and controls

25 lines (19 loc) · 827 Bytes

GH_Runner

General Information

Generic label applied to GitHub self-hosted runner nodes across enterprise, organization, and repository scope.

Properties

Property Type Description
name string The node name used for matching and display.
displayname string The human-readable display name.
environmentid string The identifier of the GitHub environment where this node was collected.
last_seen datetime The timestamp when this node was last observed during collection.
node_id string The stable identifier used as the OpenGraph node ID; this is the native GitHub node ID where available.

Diagram

graph LR
    n0["GH_Runner"]
    n1["GH_WorkflowJob"]
    n0 -->|GH_CanInterceptJob| n1
    n1 -.->|GH_RunsOn| n0
Loading