From 3867e6652096e2432d76d278de8a88c0cf8a8b1e Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 25 Oct 2021 20:27:56 +0000 Subject: [PATCH] Build/Test Tools: Use the correct workflow name in notifications on `workflow_run`. When a workflow is triggered through a `workflow_run` event, the context is not the original workflow. The details about the original workflow are passed through the `github.event` context. This also moves the conditional check controlling whether the Slack workflow is run into the calling workflows to prevent them from running for pull requests. Follow up to [51921-51922,51924-51925,51934]. See #53363. Built from https://develop.svn.wordpress.org/trunk@51937 git-svn-id: http://core.svn.wordpress.org/trunk@51526 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 1cd1854ae9..3e2680d04b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51934'; +$wp_version = '5.9-alpha-51937'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.