Merge pull request #67 from privilegedescalation/fix/dual-approval-use-github-hosted-runner
fix(ci): use ubuntu-latest for dual-approval-check workflow
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