Build/Test Tools: Remove the check for changes to version-controlled files in the Test Old Branch workflow.

This workflow does not perform a `git checkout` and is only used to dispatch workflows for old branches, so this check is not needed here.

Fixes #53799.
Built from https://develop.svn.wordpress.org/trunk@51498


git-svn-id: http://core.svn.wordpress.org/trunk@51109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-07-27 14:11:58 +00:00
parent 8f90cf9878
commit b055ff21bd

View File

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