Disabling Setup or Startup Scripts - testflows/TestFlows-GitHub-Hetzner-Runners GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️