Changeset 59673 for trunk/.github/workflows/performance.yml
- Timestamp:
- 01/21/2025 03:40:51 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/performance.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r59577 r59673 34 34 performance: 35 35 name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} 36 uses: WordPress/wordpress-develop/.github/workflows/reusable-performance.yml@trunk36 uses: ./.github/workflows/reusable-performance.yml 37 37 permissions: 38 38 contents: read … … 51 51 slack-notifications: 52 52 name: Slack Notifications 53 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk53 uses: ./.github/workflows/slack-notifications.yml 54 54 permissions: 55 55 actions: read
Note: See TracChangeset
for help on using the changeset viewer.