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.
This commit is contained in:
mlsmaycon
2026-07-24 11:57:44 +00:00
parent 66e48bc933
commit 886d5a654b

View File

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