diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5a1642..0c43e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: rust: # Dependabot metadata PRs do not consume the self-hosted validation runner. if: github.event_name != 'pull_request' || github.event.pull_request.user.type != 'Bot' - runs-on: [self-hosted, node-b, linux, x64] + runs-on: [self-hosted] steps: - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/policy.yml b/.github/workflows/policy.yml index 35c103b..8e9b508 100644 --- a/.github/workflows/policy.yml +++ b/.github/workflows/policy.yml @@ -13,7 +13,7 @@ jobs: policy: # Dependabot metadata PRs do not consume the self-hosted policy runner. if: github.event_name != 'pull_request' || github.event.pull_request.user.type != 'Bot' - runs-on: [self-hosted, node-b, linux, x64] + runs-on: [self-hosted] steps: - uses: actions/checkout@v7 with: