From 9001935d6373493b94c02e17a53c5383a4cfd7c1 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Mar 2026 22:53:35 -0400 Subject: [PATCH] Add GitHub Actions runner info to shared TOOLS.md Each org has self-hosted ARC runners that scale to zero when idle. Runner labels standardized to runners- format. Co-Authored-By: Paperclip --- TOOLS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TOOLS.md b/TOOLS.md index 817c785..5a3ed34 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -32,3 +32,9 @@ Auto-injected env vars: |---|---|---| | `privilegedescalation/agents` | Board | Agent profiles and configuration (this repo) | | `privilegedescalation/headlamp-*` | Gandalf | Headlamp plugin repos | + +## GitHub Actions Runners + +Self-hosted ARC runners are available at the org level. Use `runs-on: runners-privilegedescalation` in workflows. + +Runners scale to zero when idle — if no runner pods are visible, they will start automatically when a workflow is triggered.