From 46c8b08c55b5f0a49c64869e80037837516cf3d7 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 09:08:22 +0000 Subject: [PATCH] Temporarily run agent-network e2e on pushes to this branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove before merge — workflow_dispatch isn't available to this session's tooling, so a push trigger stands in for the manual run. --- .github/workflows/agent-network-e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/agent-network-e2e.yml b/.github/workflows/agent-network-e2e.yml index bf4868871..55e126342 100644 --- a/.github/workflows/agent-network-e2e.yml +++ b/.github/workflows/agent-network-e2e.yml @@ -5,6 +5,10 @@ on: schedule: - cron: "0 3 * * *" workflow_dispatch: + # TEMPORARY: run on pushes to the Kimi feature branch to exercise the new + # provider scenarios with E2E_KIMI_TOKEN. Remove before merging. + push: + branches: [feat/kimi-3-agent-networks] concurrency: group: ${{ github.workflow }}-${{ github.ref }}