mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
cleanup(gha): Use Matrix runner w/ {self, ubuntu} for a low-risk workflow (#8367)
This commit is contained in:
@@ -8,7 +8,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
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: |-
|
if: |-
|
||||||
${{ github.repository == 'google-gemini/gemini-cli' }}
|
${{ github.repository == 'google-gemini/gemini-cli' }}
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user