mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
missed 2 apparently (#8842)
This commit is contained in:
@@ -240,7 +240,13 @@ jobs:
|
|||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
name: 'E2E'
|
name: 'E2E'
|
||||||
if: 'always()'
|
if: |
|
||||||
|
always() && (
|
||||||
|
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')
|
||||||
|
)
|
||||||
needs:
|
needs:
|
||||||
- 'e2e_linux'
|
- 'e2e_linux'
|
||||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||||
|
|||||||
Reference in New Issue
Block a user