Temporarily run agent-network e2e on pushes to this branch

Remove before merge — workflow_dispatch isn't available to this
session's tooling, so a push trigger stands in for the manual run.
This commit is contained in:
Claude
2026-07-21 09:08:22 +00:00
parent d3af2297d3
commit 46c8b08c55

View File

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