From 87bf1a321fc61b8e6209442fcdba0c87e97a604d Mon Sep 17 00:00:00 2001 From: "privilegedescalation-paperclip[bot]" <268365651+privilegedescalation-paperclip[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:34:45 +0000 Subject: [PATCH] fix: update e2e runner label to runners-privilegedescalation (#71) ARC runner scale set label changed from local-ubuntu-latest to runners-privilegedescalation. The shared workflows were updated in .github PR #28 but this per-repo e2e workflow was missed. Co-authored-by: Hugh Hackman --- .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 373b37e..a9f1841 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -13,7 +13,7 @@ env: jobs: e2e: - runs-on: local-ubuntu-latest + runs-on: runners-privilegedescalation timeout-minutes: 15 steps: