Changeset 61287 for branches/6.9/.github/workflows/performance.yml
- Timestamp:
- 11/24/2025 05:55:31 PM (3 months ago)
- File:
-
- 1 edited
-
branches/6.9/.github/workflows/performance.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9/.github/workflows/performance.yml
r61209 r61287 96 96 performance: 97 97 name: ${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }} 98 uses: ./.github/workflows/reusable-performance-test-v2.yml98 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-test-v2.yml@trunk 99 99 needs: [ determine-matrix ] 100 100 permissions: … … 114 114 compare: 115 115 name: ${{ matrix.label }} 116 uses: ./.github/workflows/reusable-performance-report-v2.yml116 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance-report-v2.yml@trunk 117 117 needs: [ determine-matrix, performance ] 118 118 permissions: … … 135 135 slack-notifications: 136 136 name: Slack Notifications 137 uses: ./.github/workflows/slack-notifications.yml137 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk 138 138 permissions: 139 139 actions: read
Note: See TracChangeset
for help on using the changeset viewer.