Make WordPress Core

Changeset 59254


Ignore:
Timestamp:
10/18/2024 03:18:40 PM (7 weeks ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-old-branches.yml

    r59252 r59254  
    88    paths:
    99      - '.github/workflows/test-old-branches.yml'
    10       - '.github/workflows/reusable-phpunit-tests-v[0-9]+.yml'
     10      - '.github/workflows/reusable-phpunit-tests-v[1-2].yml'
    1111  # Run twice a month on the 1st and 15th at 00:00 UTC.
    1212  schedule:
Note: See TracChangeset for help on using the changeset viewer.