mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
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:
parent
6166d7f6ec
commit
f1ca7fa40a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-nightly.yml
vendored
1
.github/workflows/release-nightly.yml
vendored
|
|
@ -31,6 +31,7 @@ on:
|
|||
|
||||
jobs:
|
||||
release:
|
||||
if: "github.repository == 'google-gemini/gemini-cli'"
|
||||
environment: "${{ github.event.inputs.environment || 'prod' }}"
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue