From 0ca85d7cb37be8f518f3678b72ff7c45b7eec714 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 26 Jul 2026 13:59:43 -0700 Subject: [PATCH] Build/Test Tools: Run test-old-branches on the security mirror. The dispatch job's guard restricts it to the canonical public repository, so it never runs on the private security mirror and backport branches get no cross-branch CI. Extend that guard to also allow WordPress/wordpress-develop-security. The Slack notification job is left public-only on purpose: the mirror runs the tests and reports per-branch results, but does not post to the public Slack channel. See #64893. Props lance.willett@automattic.com --- .github/workflows/test-old-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-old-branches.yml b/.github/workflows/test-old-branches.yml index 054f1e98a2a1b..1c8b72e03a8a0 100644 --- a/.github/workflows/test-old-branches.yml +++ b/.github/workflows/test-old-branches.yml @@ -34,7 +34,7 @@ jobs: permissions: actions: write timeout-minutes: 20 - if: ${{ github.repository == 'WordPress/wordpress-develop' }} + if: ${{ github.repository == 'WordPress/wordpress-develop' || github.repository == 'WordPress/wordpress-develop-security' }} strategy: fail-fast: false matrix: