Great post, I loved the narrative nature of it, well done.
I think since it's written, there have been two updates from GitHub that will make this even smoother:
1) using the --ephemeral parameter when invoking the ./configure.sh command, which will clean the runner and de-register it automatically. docs.github.com/en/actions/hosting...
Great post, I loved the narrative nature of it, well done.
I think since it's written, there have been two updates from GitHub that will make this even smoother:
1) using the
--ephemeralparameter when invoking the./configure.shcommand, which will clean the runner and de-register it automatically. docs.github.com/en/actions/hosting...2) Using the
workflow_jobevent when a job is queued: docs.github.com/en/developers/webh...Awesome posts.