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