From cdc74a742af3c0e97216bad976034d44e90c47bd Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Mon, 8 Dec 2025 11:37:47 -0800 Subject: [PATCH] Always set status in chained_e2e workflow (#14730) --- .github/workflows/test_chained_e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_chained_e2e.yml b/.github/workflows/test_chained_e2e.yml index 000339c2f4..efdb8d0737 100644 --- a/.github/workflows/test_chained_e2e.yml +++ b/.github/workflows/test_chained_e2e.yml @@ -109,7 +109,6 @@ jobs: set_pending_status: runs-on: 'gemini-cli-ubuntu-16-core' permissions: 'write-all' - if: "${{github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'}}" needs: - 'parse_run_context' steps: @@ -298,7 +297,7 @@ jobs: set_workflow_status: runs-on: 'gemini-cli-ubuntu-16-core' permissions: 'write-all' - if: "${{always() && (github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run')}}" + if: 'always()' needs: - 'parse_run_context' - 'e2e'