mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
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"
|