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 <hugh@privilegedescalation.com>
This commit was merged in pull request #71.
This commit is contained in:
privilegedescalation-paperclip[bot]
2026-03-19 21:34:45 +00:00
committed by GitHub
parent 37af076456
commit 87bf1a321f
+1 -1
View File
@@ -13,7 +13,7 @@ env:
jobs:
e2e:
runs-on: local-ubuntu-latest
runs-on: runners-privilegedescalation
timeout-minutes: 15
steps: