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:
shishu314
2025-10-23 12:27:53 -04:00
committed by GitHub
parent d3e4ff2cfc
commit 8ad72ec1ae

View File

@@ -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'