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 }}