mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -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:
@@ -85,7 +85,6 @@ jobs:
|
|||||||
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
||||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
status: 'pending'
|
status: 'pending'
|
||||||
context: 'Set e2e pending Status'
|
|
||||||
|
|
||||||
e2e_linux:
|
e2e_linux:
|
||||||
name: 'E2E Test (Linux) - ${{ matrix.sandbox }}'
|
name: 'E2E Test (Linux) - ${{ matrix.sandbox }}'
|
||||||
@@ -265,4 +264,3 @@ jobs:
|
|||||||
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
sha: '${{ github.event.inputs.head_sha || github.event.workflow_run.head_sha }}'
|
||||||
token: '${{ secrets.GITHUB_TOKEN }}'
|
token: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
status: '${{ job.status }}'
|
status: '${{ job.status }}'
|
||||||
context: 'Set E2E Status'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user