[ci] Temporarily run agent-network e2e on push to this branch

Revert before merge; the workflow_dispatch API is not available to the
automation that needs to trigger the run.
This commit is contained in:
Claude
2026-07-22 04:21:52 +00:00
parent a4d0f242b4
commit e4f66aac72

View File

@@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
# TEMPORARY: run on push to this branch to validate the DNS lazy-connection
# warm-up end to end. Revert before merge.
push:
branches: ["feature/dns-lazy-conn-warmup"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}