mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
missed one (#8840)
This commit is contained in:
@@ -23,6 +23,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: 'Build Project'
|
name: 'Build Project'
|
||||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||||
|
if: |
|
||||||
|
github.event_name == 'push' ||
|
||||||
|
github.event_name == 'merge_group' ||
|
||||||
|
(github.event.pull_request.head.repo.full_name == github.repository) ||
|
||||||
|
(github.event.label.name == 'maintainer:e2e:ok')
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user