diff --git a/.github/workflows/agent-regression.yml b/.github/workflows/agent-regression.yml index b506731eb..73abc12dc 100644 --- a/.github/workflows/agent-regression.yml +++ b/.github/workflows/agent-regression.yml @@ -1,6 +1,11 @@ name: agent-regression on: + # TEMPORARY: validate the workflow from this branch pre-merge; the + # workflow_dispatch UI button only exists once the file is on main. + # Remove before merging. + push: + branches: [agent-regression] schedule: - cron: "17 3 * * *" workflow_dispatch: