pub const META_JOB_NAME: &str = "job_name";Expand description
Records the parent job name on every Step node, enabling per-job subgraph
filtering (e.g. taudit map --job build) and downstream consumers that
need to attribute steps back to their containing job. Set by both the GHA
and ADO parsers on every Step they create within a job’s scope.