From fa93063ac11ba9d3001aff6ef62874750d496839 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 5 Aug 2021 16:53:55 +0000 Subject: [PATCH] Build/Test Tools: Add branch filtering for Slack notifications workflow. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since branch filtering happens prior to the workflow run being created, filtering the branches that `workflow_run` will fire on for this workflow should cut down on the number of skipped “Slack Notifications” runs listed in the Actions section of the repository. This also removes the check for a `skipped` outcome in the requesting workflow. Workflows for push events resulting from WordPress Core commits are never skipped. See #52644. Built from https://develop.svn.wordpress.org/trunk@51558 git-svn-id: http://core.svn.wordpress.org/trunk@51169 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 4a83638610..adb8664130 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51557'; +$wp_version = '5.9-alpha-51558'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.