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