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