Build/Test Tools: Allow the `playground-comment` job to fail.

When this job fails, it should not fail the entire workflow. The next update to the pull request will attempt to dispatch the commenting workflow.

Follow up to [57124].

Props johnbillion.
See #59416.
Built from https://develop.svn.wordpress.org/trunk@57125


git-svn-id: http://core.svn.wordpress.org/trunk@56636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-11-17 20:11:19 +00:00
parent 2a1b659731
commit 79794005b1
1 changed files with 1 additions and 1 deletions

View File

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