From 86ef37e12b92f21673d7616a47449152c53eb64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Thu, 2 Jul 2026 10:24:59 +0200 Subject: [PATCH] ci: temporary push trigger to validate agent-regression pre-merge --- .github/workflows/agent-regression.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: