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:
mlsmaycon
2026-07-21 09:08:22 +00:00
parent 0e316c406e
commit fbdb8ae4aa

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