beacon-biosignals / job-context

Provides additional context for the currently running job
MIT License
0 stars 0 forks source link

Look into using `runner.name` as a optimization #6

Open omus opened 6 hours ago

omus commented 6 hours ago

In the future we may choose to use runner.name as a first pass in selecting the job from the GitHub API job list. I would consider this an optimization though as we would still need to the job name as either a fallback or as part of the selection criteria.

https://github.com/beacon-biosignals/job-context/pull/1#issue-2470516045

See details on the context for runner.name which corresponds to the GitHub API job key job[*].runner_name.