Changeset 59577 for trunk/.github/workflows/performance.yml
- Timestamp:
- 01/06/2025 10:29:09 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r59507 r59577 33 33 # Runs the performance test suite. 34 34 performance: 35 name: Performance tests ${{ matrix.memcached && '(with memcached)' || '' }}35 name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} 36 36 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance.yml@trunk 37 37 permissions: … … 42 42 matrix: 43 43 memcached: [ true, false ] 44 multisite: [ true, false ] 44 45 with: 45 46 memcached: ${{ matrix.memcached }} 47 multisite: ${{ matrix.multisite }} 46 48 secrets: 47 49 CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }}
Note: See TracChangeset
for help on using the changeset viewer.