Build/Test Tools: Remove Dependabot-specific workflow conditions.

Since the bot has been disabled, these conditions are no longer necessary.

Follow up to [61049].
See #64140.
Built from https://develop.svn.wordpress.org/trunk@61050


git-svn-id: http://core.svn.wordpress.org/trunk@60386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2025-10-22 18:07:29 +00:00
parent 425c6633dc
commit fb83096774

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-beta1-61049';
$wp_version = '6.9-beta1-61050';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.