mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix(infra) - Remove context input for setting status (#11734)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
2
.github/workflows/test_chained_e2e.yml
vendored
2
.github/workflows/test_chained_e2e.yml
vendored
@@ -85,7 +85,6 @@ jobs:
|
||||
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
status: 'pending'
|
||||
context: 'Set e2e pending Status'
|
||||
|
||||
e2e_linux:
|
||||
name: 'E2E Test (Linux) - ${{ matrix.sandbox }}'
|
||||
@@ -265,4 +264,3 @@ jobs:
|
||||
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
status: '${{ job.status }}'
|
||||
context: 'Set E2E Status'
|
||||
|
||||
Reference in New Issue
Block a user