Make WordPress Core

Changeset 58349 for branches/6.2


Ignore:
Timestamp:
06/05/2024 07:10:39 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Use input added in [58274] in the 6.2 branch.

This was missed in [58301].

See #59416, #61213.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2/.github/workflows/test-build-processes.yml

    r58301 r58349  
    5151        os: [ ubuntu-latest, windows-latest ]
    5252        directory: [ 'src', 'build' ]
     53        include:
     54          # Only prepare artifacts once.
     55          - os: ubuntu-latest
     56            directory: 'build'
     57            prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
    5358    with:
    5459      os: ${{ matrix.os }}
    5560      directory: ${{ matrix.directory }}
     61      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
    5662      test-emoji: false
    5763
Note: See TracChangeset for help on using the changeset viewer.