Make WordPress Core

Changeset 59403


Ignore:
Timestamp:
11/13/2024 07:11:53 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Correct upgrade testing workflow name.

The reusable upgrade testing workflow was renamed in [58165], but the event paths filters were not updated accordingly.

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/upgrade-testing.yml

    r59397 r59403  
    88    paths:
    99      - '.github/workflows/upgrade-testing.yml'
    10       - '.github/workflows/upgrade-testing-run.yml'
     10      - '.github/workflows/reusable-upgrade-testing.yml'
    1111  pull_request:
    1212    # Always test the workflow when changes are suggested.
    1313    paths:
    1414      - '.github/workflows/upgrade-testing.yml'
    15       - '.github/workflows/upgrade-testing-run.yml'
     15      - '.github/workflows/reusable-upgrade-testing.yml'
    1616  workflow_dispatch:
    1717    inputs:
Note: See TracChangeset for help on using the changeset viewer.