cleanup(gha): Use Matrix runner w/ {self, ubuntu} for a low-risk workflow (#8367)

This commit is contained in:
Richie Foreman
2025-09-16 12:05:44 -04:00
committed by GitHub
parent ebf5437e52
commit f098e07c19

View File

@@ -8,7 +8,13 @@ on:
jobs:
stale:
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
runner:
- 'ubuntu-latest' # GitHub-hosted
- 'self-hosted' # GHA on GCP runners
runs-on: '${{ matrix.runner }}'
if: |-
${{ github.repository == 'google-gemini/gemini-cli' }}
permissions: