Build/Test Tools: Prevent the workflow for testing old branches from running on forks.

This adds a conditional statement to ensure the workflow that tests old branches only runs on the official `wordpress-develop` mirror. This prevents it from running on forks and private mirrors.

See #52653.
Built from https://develop.svn.wordpress.org/trunk@50648


git-svn-id: http://core.svn.wordpress.org/trunk@50260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-04-02 16:22:04 +00:00
parent cc0ce2c91d
commit 75923de5ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50647';
$wp_version = '5.8-alpha-50648';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.