From fa4a735408a79688a8c5e2c0258cc2eedb4eebb1 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 4 Oct 2024 13:24:12 +0000 Subject: [PATCH] Build/Test Tools: Limit when install testing runs. In most cases, running the installation testing workflow in forked repositories is unnecessary and wasteful. This adds conditions to that workflow to prevent the tests from running on forks unless a pull request is being made back to that fork. This pattern is already used across other workflows. Props jrf. See #61564. Built from https://develop.svn.wordpress.org/trunk@59167 git-svn-id: http://core.svn.wordpress.org/trunk@58562 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 b0a8747ffa..489530666e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta1-59166'; +$wp_version = '6.7-beta1-59167'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.