Build/Test Tools: Run code coverage workflow when the file is updated.

When the workflow file is updated, it should always be run to verify changes.

Follow up to [50592].

See #52786.
Built from https://develop.svn.wordpress.org/trunk@50595


git-svn-id: http://core.svn.wordpress.org/trunk@50208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-03-26 15:14:04 +00:00
parent 2a76425048
commit 219cf1dd5f

View File

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