Make WordPress Core

Changeset 58347


Ignore:
Timestamp:
06/05/2024 06:33:22 PM (8 months ago)
Author:
desrosj
Message:

Build/Test Tools: Always generate build ZIP on push for 6.4.

This updates the 6.5 branch to make use of [58345], which fixes a bug where a ZIP file with built WordPress is not saved as an artifact causing the performance workflow to fail.

Merges [53845] to the 6.4 branch.

Props jorbin.
See #59416.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/.github/workflows/test-build-processes.yml

    r58276 r58347  
    5252        directory: [ 'src', 'build' ]
    5353        include:
    54           # Only prepare artifacts for Playground once.
     54          # Only prepare artifacts once.
    5555          - os: ubuntu-latest
    5656            directory: 'build'
    57             prepare-playground: true
     57            save-build: true
     58            prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
     59
    5860    with:
    5961      os: ${{ matrix.os }}
    6062      directory: ${{ matrix.directory }}
     63      save-build: ${{ matrix.save-build && matrix.save-build || false }}
    6164      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
    6265      test-emoji: false
Note: See TracChangeset for help on using the changeset viewer.