Skip to content

Skipping Jobs

vzakaznikov edited this page Jan 23, 2024 · 2 revisions

By default, a runner will be created for any queued job.

If needed, you can skip creating runners if a job does not have a specified label using the --with-label option.

For example,

github-hetzner-runners --with-label on-demand

will only create runners for jobs that contain on-demand label and skip any job that is missing that label.

Clone this wiki locally