From 691953bacf16993e0fcc1610329c22fb9fbaa604 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sun, 26 Jul 2026 02:39:24 +0000 Subject: [PATCH] [ci] drop the temporary e2e push trigger The bedrock_model dispatch input stays; the branch push trigger was only for pre-PR validation runs. --- .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 90deaf9ac..88b98293d 100644 --- a/.github/workflows/agent-network-e2e.yml +++ b/.github/workflows/agent-network-e2e.yml @@ -12,10 +12,6 @@ on: AWS issues it. Leave empty for the Sonnet 4.6 default. required: false default: "" - # Auto-run on pushes to the cache-accounting branch until its PR opens. - push: - branches: - - "anet-cache-cost-accounting" concurrency: group: ${{ github.workflow }}-${{ github.ref }}