Changeset 14708
- Timestamp:
- 03/13/2026 06:41:54 AM (14 hours ago)
- File:
-
- 1 edited
-
sites/trunk/.github/workflows/unit-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/.github/workflows/unit-tests.yml
r14691 r14708 10 10 php-standalone: 11 11 name: "PHP: ${{ matrix.name }}" 12 if: github.event_name == 'pull_request' || github.repository == 'WordPress/wordpress.org' 12 13 runs-on: ubuntu-latest 13 14 strategy: … … 55 56 php-wordpress: 56 57 name: "WP: ${{ matrix.name }}" 58 if: github.event_name == 'pull_request' || github.repository == 'WordPress/wordpress.org' 57 59 runs-on: ubuntu-latest 58 60 strategy:
Note: See TracChangeset
for help on using the changeset viewer.