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:
committed by
GitHub
parent
37af076456
commit
87bf1a321f
@@ -13,7 +13,7 @@ env:
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
runs-on: local-ubuntu-latest
|
||||
runs-on: runners-privilegedescalation
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user