From 57218281ea615165f28901478675c4f2bb7af70d Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Mon, 13 Jul 2026 20:55:40 -0700 Subject: [PATCH] ci: move static-validation jobs off the trusted evalops-internal lane tag-current-version and version-bump only tag/commit/open PRs via git and the GitHub API; they have no need for private GKE or GCP identity, so the maestro-internal branch of these workflows belongs on the Hetzner-backed evalops-private-ci lane per the dual-cloud runner lane policy. Ref: evalops/deploy#7260 --- .github/workflows/tag-release.yml | 2 +- .github/workflows/version-bump.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index af0456dec..ca3d33f09 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -18,7 +18,7 @@ env: jobs: tag-current-version: - runs-on: ${{ github.repository == 'evalops/maestro-internal' && (vars.INTERNAL_CONFIRMATION_RUNNER || 'ubuntu-latest') || (vars.PUBLIC_PR_VALIDATION_RUNNER || 'ubuntu-latest') }} + runs-on: ${{ github.repository == 'evalops/maestro-internal' && 'evalops-private-ci' || (vars.PUBLIC_PR_VALIDATION_RUNNER || 'ubuntu-latest') }} timeout-minutes: 45 permissions: actions: read diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index dd8a2fce9..b04460678 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -36,7 +36,7 @@ env: jobs: version-bump: if: ${{ github.event_name != 'schedule' || github.repository == 'evalops/maestro-internal' }} - runs-on: ${{ github.repository == 'evalops/maestro-internal' && (vars.INTERNAL_CONFIRMATION_RUNNER || 'ubuntu-latest') || (vars.PUBLIC_PR_VALIDATION_RUNNER || 'ubuntu-latest') }} + runs-on: ${{ github.repository == 'evalops/maestro-internal' && 'evalops-private-ci' || (vars.PUBLIC_PR_VALIDATION_RUNNER || 'ubuntu-latest') }} timeout-minutes: 30 steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3