ci: remove temporary agent-network e2e push trigger

Revert the review-only push trigger; the workflow returns to its nightly +
workflow_dispatch schedule.
This commit is contained in:
mlsmaycon
2026-07-26 18:06:37 +00:00
parent afb34f3139
commit 4cc9139e0b

View File

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