Make WordPress Core

Ticket #52983: 52983.diff

File 52983.diff, 637 bytes (added by desrosj, 4 years ago)
  • .github/workflows/phpunit-tests.yml

     
    7070  test-php:
    7171    name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} ${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
    7272    runs-on: ${{ matrix.os }}
     73    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    7374    strategy:
    7475      fail-fast: false
    7576      matrix: