From a8664aaff37a548346838aa9679489a385db7447 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Sun, 26 Jul 2026 18:37:52 +0000 Subject: [PATCH] e2e: remove temporary agent-network-e2e push trigger --- .github/workflows/agent-network-e2e.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/agent-network-e2e.yml b/.github/workflows/agent-network-e2e.yml index 0f6147fe8..bf4868871 100644 --- a/.github/workflows/agent-network-e2e.yml +++ b/.github/workflows/agent-network-e2e.yml @@ -5,11 +5,6 @@ on: schedule: - cron: "0 3 * * *" workflow_dispatch: - # TEMPORARY: run on every push to the per-policy model-allowlist branch while - # it is under review. Remove this push trigger before merge. - push: - branches: - - agent-network-per-policy-model-allowlist concurrency: group: ${{ github.workflow }}-${{ github.ref }}