ci: guard nightly release workflow from running on forks (#15463)

Co-authored-by: wtanaka.com <wtanaka@users.noreply.github.com>
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
Wesley Tanaka
2026-01-08 16:17:58 -08:00
committed by GitHub
parent 6166d7f6ec
commit f1ca7fa40a
+1
View File
@@ -31,6 +31,7 @@ on:
jobs: jobs:
release: release:
if: "github.repository == 'google-gemini/gemini-cli'"
environment: "${{ github.event.inputs.environment || 'prod' }}" environment: "${{ github.event.inputs.environment || 'prod' }}"
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
permissions: permissions: