Build/Test Tools: Add the workflow_dispatch event to the performance workflow.

This allows workflow runs to be initiated through the GitHub API.

Follow up to [55507].

See #57687.
Built from https://develop.svn.wordpress.org/trunk@55508


git-svn-id: http://core.svn.wordpress.org/trunk@55040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-03-10 00:17:18 +00:00
parent 080b49902e
commit e296294486

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55507';
$wp_version = '6.3-alpha-55508';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.