From 05005129a637835f0994f1e9788a39f4816dd734 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:46:54 +0000 Subject: [PATCH 1/2] Initial plan From d2d1089c3df1a2fb384bb55e03253fab176c550e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:52:36 +0000 Subject: [PATCH 2/2] ci: add workflow_dispatch trigger to phpunit.yml for manual re-runs Co-authored-by: dknauss <273554+dknauss@users.noreply.github.com> --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2cc90a6..235c994 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -7,6 +7,7 @@ on: branches: [main] schedule: - cron: '0 3 * * *' # Nightly at 3 AM UTC — catches WordPress trunk regressions. + workflow_dispatch: # Allow manual re-runs to confirm fixes without waiting for the schedule. jobs: unit-tests: