close

Making WordPress.org

Changeset 14708


Ignore:
Timestamp:
03/13/2026 06:41:54 AM (14 hours ago)
Author:
dd32
Message:

GitHub Actions: We don't need to run unit tests on trunk on forks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/.github/workflows/unit-tests.yml

    r14691 r14708  
    1010  php-standalone:
    1111    name: "PHP: ${{ matrix.name }}"
     12    if: github.event_name == 'pull_request' || github.repository == 'WordPress/wordpress.org'
    1213    runs-on: ubuntu-latest
    1314    strategy:
     
    5556  php-wordpress:
    5657    name: "WP: ${{ matrix.name }}"
     58    if: github.event_name == 'pull_request' || github.repository == 'WordPress/wordpress.org'
    5759    runs-on: ubuntu-latest
    5860    strategy:
Note: See TracChangeset for help on using the changeset viewer.