From 11b7709af2fe526049ded374c16a08865dc52472 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 04:47:34 +0000 Subject: [PATCH] Revert "[ci] Temporarily run agent-network e2e on push to this branch" This reverts commit e4f66aac720aa1ac78daf87b5bf663fa469737ae. --- .github/workflows/agent-network-e2e.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/agent-network-e2e.yml b/.github/workflows/agent-network-e2e.yml index 1c7739353..d78e3bbd3 100644 --- a/.github/workflows/agent-network-e2e.yml +++ b/.github/workflows/agent-network-e2e.yml @@ -5,10 +5,6 @@ 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 }}