From 886d5a654b6423a3799a2d5c5946809c8badb0a6 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 24 Jul 2026 11:57:44 +0000 Subject: [PATCH] ci: temporarily run agent-network e2e on push to this branch Add a push trigger scoped to agent-network-per-policy-model-allowlist so the e2e suite runs on each push while the branch is under review. Marked temporary; remove before merge. --- .github/workflows/agent-network-e2e.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/agent-network-e2e.yml b/.github/workflows/agent-network-e2e.yml index d78e3bbd3..d1981d4bc 100644 --- a/.github/workflows/agent-network-e2e.yml +++ b/.github/workflows/agent-network-e2e.yml @@ -5,6 +5,11 @@ 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 }}