From c1c242c0e1c4ca70bafef6cbdcd98447354eacab Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 15 Jul 2026 08:18:46 -0700 Subject: [PATCH] Use CNCF-hosted runners for PR dashboard --- .github/workflows/pull-request-dashboard-repo.yml | 8 ++++---- .github/workflows/pull-request-dashboard.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-dashboard-repo.yml b/.github/workflows/pull-request-dashboard-repo.yml index 8a70eeb7d0..a226fcf73c 100644 --- a/.github/workflows/pull-request-dashboard-repo.yml +++ b/.github/workflows/pull-request-dashboard-repo.yml @@ -75,7 +75,7 @@ jobs: # workflow_call.secrets does work, so secrets are part of the reusable # workflow contract above. environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: @@ -135,7 +135,7 @@ jobs: permissions: contents: write environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: @@ -218,7 +218,7 @@ jobs: permissions: contents: write environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: @@ -261,7 +261,7 @@ jobs: permissions: contents: read environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: diff --git a/.github/workflows/pull-request-dashboard.yml b/.github/workflows/pull-request-dashboard.yml index 100656e256..f458fa3590 100644 --- a/.github/workflows/pull-request-dashboard.yml +++ b/.github/workflows/pull-request-dashboard.yml @@ -47,7 +47,7 @@ env: jobs: resolve-targets: - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 permissions: contents: read environment: protected