fix(ci): use ubuntu-latest for dual-approval-check workflow
The dual-approval-check workflow only makes GitHub API calls — it does not need cluster access or any self-hosted tooling. Using the self-hosted runner (runners-privilegedescalation) was triggering GitHub's self-hosted runner approval requirement for workflows run by actors with authorAssociation NONE (e.g. privilegedescalation-qa/cto bots), causing action_required conclusions with 0 jobs executed. Switching to ubuntu-latest eliminates the approval gate and frees self-hosted runner capacity for actual CI builds. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -34,7 +34,7 @@ on:
|
||||
jobs:
|
||||
dual-approval:
|
||||
name: Dual Approval (CTO + QA)
|
||||
runs-on: runners-privilegedescalation
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user