Make WordPress Core

Changeset 59485


Ignore:
Timestamp:
12/04/2024 03:25:18 PM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Run install tests when JSON reading workflow is changed.

Because the installation testing workflow relies on the reusable workflow that reads the JSON support files, it should be run when that file is changed to confirm there are no issues.

This is currently only configured for pull_request events, but should also be true for push.

See #62221.

File:
1 edited

Legend:

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

    r59452 r59485  
    1212      - '.github/workflows/install-testing.yml'
    1313      - '.version-support-*.json'
     14      - '.github/workflows/reusable-support-json-reader-v1.yml'
    1415  pull_request:
    1516    # Always test the workflow when changes are suggested.
Note: See TracChangeset for help on using the changeset viewer.