mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
d52ec522f1
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
16 lines
279 B
YAML
16 lines
279 B
YAML
name: 'Test Chained E2E'
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: ['Trigger E2E']
|
|
types: ['completed']
|
|
|
|
jobs:
|
|
chained_e2e:
|
|
name: 'Chained e2e'
|
|
runs-on: 'gemini-cli-ubuntu-16-core'
|
|
steps:
|
|
- id: 'chained-e2e'
|
|
run: |
|
|
echo "Chained e2e workflow"
|