From e4f66aac720aa1ac78daf87b5bf663fa469737ae Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 04:21:52 +0000 Subject: [PATCH] [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. --- .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 d78e3bbd3..1c7739353 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 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 }}