Changeset 50674 for branches/5.4/.github/workflows/phpunit-tests.yml
- Timestamp:
- 04/06/2021 03:26:39 PM (4 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/.github/workflows/phpunit-tests.yml
r50604 r50674 71 71 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} ${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }} 72 72 runs-on: ${{ matrix.os }} 73 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 73 74 strategy: 74 75 fail-fast: false
Note: See TracChangeset
for help on using the changeset viewer.