Build/Test Tools: Fix Performance Test workflows on release branches.
This fixes an issue after [59170] that was causing the Performance Test workflows to fail on older branches since the `CODEVITALS_PROJECT_TOKEN` input value was marked as required but was not being passed. This is a follow-up to [59214] and [59215]. Fixes #62153. Props desrosj, joemcgill, flixos90, swissspidy. Built from https://develop.svn.wordpress.org/trunk@59217 git-svn-id: http://core.svn.wordpress.org/trunk@58610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f656ab4e5
commit
8ec0909243
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-beta2-59216';
|
||||
$wp_version = '6.7-beta2-59217';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue