mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Always set status in chained_e2e workflow (#14730)
This commit is contained in:
committed by
GitHub
parent
4322137cee
commit
cdc74a742a
3
.github/workflows/test_chained_e2e.yml
vendored
3
.github/workflows/test_chained_e2e.yml
vendored
@@ -109,7 +109,6 @@ jobs:
|
|||||||
set_pending_status:
|
set_pending_status:
|
||||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||||
permissions: 'write-all'
|
permissions: 'write-all'
|
||||||
if: "${{github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'}}"
|
|
||||||
needs:
|
needs:
|
||||||
- 'parse_run_context'
|
- 'parse_run_context'
|
||||||
steps:
|
steps:
|
||||||
@@ -298,7 +297,7 @@ jobs:
|
|||||||
set_workflow_status:
|
set_workflow_status:
|
||||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||||
permissions: 'write-all'
|
permissions: 'write-all'
|
||||||
if: "${{always() && (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run')}}"
|
if: 'always()'
|
||||||
needs:
|
needs:
|
||||||
- 'parse_run_context'
|
- 'parse_run_context'
|
||||||
- 'e2e'
|
- 'e2e'
|
||||||
|
|||||||
Reference in New Issue
Block a user