Changeset 59167
- Timestamp:
- 10/04/2024 01:22:38 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/install-testing.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/install-testing.yml
r58789 r59167 47 47 name: Determine PHP Versions to test 48 48 runs-on: ubuntu-latest 49 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 49 50 timeout-minutes: 5 50 51 outputs: … … 105 106 contents: read 106 107 runs-on: ${{ matrix.os }} 108 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 107 109 timeout-minutes: 10 108 110 needs: [ build-matrix ]
Note: See TracChangeset
for help on using the changeset viewer.