From 6a66e05d419c28c48ebd2ab5c3cca6eb41ce7bd0 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 11 Oct 2023 12:17:24 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20send=20Sl?= =?UTF-8?q?ack=20notification=20for=20workflow=20retries.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [56780] changed Slack failure notifications to not send a failure notification during the first run of a workflow. Because workflows automatically restart once, a failure during the first run can be ignored. This adjusts the workflow to also not send a “fixed” notification when the second run of a workflow succeeds after a failure. Because the original failure is no longer reported, these notifications are unnecessary. See #58867. Built from https://develop.svn.wordpress.org/trunk@56827 git-svn-id: http://core.svn.wordpress.org/trunk@56339 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 4e5ab03afe..07b5b268cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta3-56826'; +$wp_version = '6.4-beta3-56827'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.