Make WordPress Core

Changeset 62035


Ignore:
Timestamp:
03/16/2026 10:03:17 PM (5 months ago)
Author:
desrosj
Message:

Build/Test Tools: Trim performance workflow from 6.7-6.4.

[61736], [61801], [61082], and [61083] removed the performance.yml workflow from the 6.7-6.4 branches as part of #64083.

The workflow also needs to be removed from the workflow responsible for testing old branches to avoid failures when attempting to trigger a workflow_dispatch event on a non-existent workflow file.

See #64227, #64083.

File:
1 edited

Legend:

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

    r61222 r62035  
    118118          - branch: '6.8'
    119119            workflow: 'performance.yml'
    120           - branch: '6.7'
    121             workflow: 'performance.yml'
    122           - branch: '6.6'
    123             workflow: 'performance.yml'
    124           - branch: '6.5'
    125             workflow: 'performance.yml'
    126           - branch: '6.4'
    127             workflow: 'performance.yml'
    128120
    129121    # Run all branches monthly, but only the currently supported one twice per month.
Note: See TracChangeset for help on using the changeset viewer.