Changeset 50671
- Timestamp:
- 04/06/2021 03:24:10 PM (3 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/.github/workflows/phpunit-tests.yml
r50591 r50671 69 69 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} ${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }} 70 70 runs-on: ${{ matrix.os }} 71 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 71 72 strategy: 72 73 fail-fast: false
Note: See TracChangeset
for help on using the changeset viewer.