Make WordPress Core


Ignore:
Timestamp:
03/27/2026 03:31:44 PM (19 hours ago)
Author:
desrosj
Message:

Post 7.0 branching changes for the 7.0 branch.

Reviewed by SergeyBiryukov.

See #64966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0/.github/workflows/performance.yml

    r62095 r62162  
    9898  performance:
    9999    name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }}
    100     uses: ./.github/workflows/reusable-performance-test-v2.yml
     100    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk
    101101    needs: [ determine-matrix ]
    102102    permissions:
     
    116116  compare:
    117117    name: ${{ matrix.label }}
    118     uses: ./.github/workflows/reusable-performance-report-v2.yml
     118    uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk
    119119    needs: [ determine-matrix, performance ]
    120120    permissions:
     
    137137  slack-notifications:
    138138    name: Slack Notifications
    139     uses: ./.github/workflows/slack-notifications.yml
     139    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
    140140    permissions:
    141141      actions: read
Note: See TracChangeset for help on using the changeset viewer.