From 7bf00593ef1189d14b6ee892b04e98540aa1ac82 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 13 Feb 2026 11:50:40 -0500 Subject: [PATCH] ci: use local-ubuntu-latest runner for E2E tests Use the local self-hosted runner label for internal network access to headlamp.animaniacs.farh.net. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index d764cf0..4503112 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,7 +9,7 @@ on: jobs: e2e: - runs-on: k3s-animaniacs + runs-on: local-ubuntu-latest timeout-minutes: 15 steps: