Build/Test Tools: Refine `paths` filter for workflows part 2.
[59252] made the path filtering a bit too broad for the Test Old Branches workflow. Though `v3` of the reusable PHPUnit workflow is used by some older branches, this version is updated much more frequently because it’s the latest version. To limit the number of times this workflow runs, old branches should only be tested when old versions of the workflow are updated. Follow up to [59252]. See #61564. Built from https://develop.svn.wordpress.org/trunk@59254 git-svn-id: http://core.svn.wordpress.org/trunk@58646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd274216f1
commit
4725c28e34
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-beta3-59253';
|
||||
$wp_version = '6.7-beta3-59254';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue