Skip to content

Commit 49f3e9d

Browse files
committed
Build/Test Tools: Change file filters for testing old branches.
This adds the `reusable-phpunit-tests-v3.yml` file to the list of changes that will run the `test-old-branches.yml` workflow. There are several numbered branches that reference this reusable workflow, so any changes should be verified across all calling branches. See #64893. git-svn-id: https://develop.svn.wordpress.org/trunk@62535 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 63b6c46 commit 49f3e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-old-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- trunk
88
paths:
99
- '.github/workflows/test-old-branches.yml'
10-
- '.github/workflows/reusable-phpunit-tests-v[1-2].yml'
10+
- '.github/workflows/reusable-phpunit-tests-v[1-3].yml'
1111
# Run twice a month on the 1st and 15th at 00:00 UTC.
1212
schedule:
1313
- cron: '0 0 1 * *'

0 commit comments

Comments
 (0)