Make WordPress Core

Changeset 58350


Ignore:
Timestamp:
06/05/2024 07:11:52 PM (9 months ago)
Author:
desrosj
Message:

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

This was missed in [58330].

See #59416, #61213.

File:
1 edited

Legend:

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

    r58330 r58350  
    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 || '' }}
     58
    5359    with:
    5460      os: ${{ matrix.os }}
    5561      directory: ${{ matrix.directory }}
     62      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
    5663      test-emoji: false
    5764
Note: See TracChangeset for help on using the changeset viewer.