Changeset 62162 for branches/7.0/.github/workflows/performance.yml
- Timestamp:
- 03/27/2026 03:31:44 PM (19 hours ago)
- File:
-
- 1 edited
-
branches/7.0/.github/workflows/performance.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0/.github/workflows/performance.yml
r62095 r62162 98 98 performance: 99 99 name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }} 100 uses: ./.github/workflows/reusable-performance-test-v2.yml100 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk 101 101 needs: [ determine-matrix ] 102 102 permissions: … … 116 116 compare: 117 117 name: ${{ matrix.label }} 118 uses: ./.github/workflows/reusable-performance-report-v2.yml118 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk 119 119 needs: [ determine-matrix, performance ] 120 120 permissions: … … 137 137 slack-notifications: 138 138 name: Slack Notifications 139 uses: ./.github/workflows/slack-notifications.yml139 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 140 140 permissions: 141 141 actions: read
Note: See TracChangeset
for help on using the changeset viewer.