Skip to content

Disabling Setup or Startup Scripts

vzakaznikov edited this page Mar 7, 2024 · 1 revision

You can disable the default setup or startup scripts using the setup-none and startup-none runner labels.

For example,

job-name:
   runs-on: [self-hosted, setup-none, startup-none]

The default none.sh script is located at testflows/github/hetzner/runners/scripts/none.sh but could be overwritten using the --scripts option.

Clone this wiki locally