Make WordPress Core


Ignore:
Timestamp:
03/06/2024 12:32:33 AM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Add build process test workflow to old branches testing.

Now that 6.5 has been branched, the test-build-processes.yml workflow can be added to the list of workflows to run for old branches.

Fixes #59632.

File:
1 edited

Legend:

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

    r57782 r57783  
    9797            workflow: 'performance.yml'
    9898
     99          # Build Process testing was introduced in 6.5.
     100          - branch: '6.5'
     101            workflow: 'test-build-processes.yml'
     102
    99103    # Run all branches monthly, but only the currently supported one twice per month.
    100104    steps:
Note: See TracChangeset for help on using the changeset viewer.