The non-traversable GL_ExecutedBy edge records which runner executed a specific job. Created during job enumeration when a runner is associated with a completed job.
graph LR
job("fa:fa-gear GL_Job deploy")
runner("fa:fa-gears GL_Runner shared-runner-01")
job -.->|GL_ExecutedBy| runner