Make WordPress Core


Ignore:
Timestamp:
08/12/2025 09:17:18 AM (7 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Adjust various jobs names in the GitHub Actions workflows to remove duplication and improve grouping in the UI when they run.

Props desrosj, mukesh27, johnbillion

See #63170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-test-gutenberg-build-process.yml

    r60051 r60628  
    4242  # - Ensures version-controlled files are not modified or deleted.
    4343  build-process-tests:
    44     name: Gutenberg running from ${{ inputs.directory }} / ${{ contains( inputs.os, 'macos-' ) && 'MacOS' || contains( inputs.os, 'windows-' ) && 'Windows' || 'Linux' }}
     44    name: ${{ contains( inputs.os, 'macos-' ) && 'MacOS' || contains( inputs.os, 'windows-' ) && 'Windows' || 'Linux' }}
    4545    permissions:
    4646      contents: read
Note: See TracChangeset for help on using the changeset viewer.