Make WordPress Core


Ignore:
Timestamp:
09/16/2025 01:14:21 AM (6 months ago)
Author:
desrosj
Message:

Build/Test Tools: Add branch filtering to upgrade test workflow.

The upgrade testing workflow is only meant to run from trunk. When a pull request as any other BASE branch, the workflow should not run.

See #63170.

File:
1 edited

Legend:

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

    r60624 r60767  
    1313      - '.github/workflows/reusable-upgrade-testing.yml'
    1414  pull_request:
     15    # This workflow is only meant to run from trunk. Pull requests changing this file with different BASE branches should be ignored.
     16    branches:
     17      - trunk
    1518    # Always test the workflow when changes are suggested.
    1619    paths:
Note: See TracChangeset for help on using the changeset viewer.