Changeset 60612
- Timestamp:
- 08/06/2025 06:42:38 PM (4 weeks ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r60080 r60612 53 53 runs-on: ubuntu-24.04 54 54 if: ${{ ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) ) && ! contains( github.event.before, '00000000' ) }} 55 permissions: {} 55 permissions: 56 actions: read 56 57 env: 57 58 TARGET_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }} -
trunk/.github/workflows/reusable-check-built-files.yml
r60086 r60612 34 34 runs-on: ubuntu-24.04 35 35 timeout-minutes: 10 36 permissions: 37 contents: read 36 38 steps: 37 39 - name: Checkout repository -
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r60083 r60612 122 122 runs-on: ${{ inputs.os }} 123 123 timeout-minutes: ${{ inputs.coverage-report && 120 || inputs.php == '8.4' && 30 || 20 }} 124 permissions: 125 contents: read 124 126 125 127 steps:
Note: See TracChangeset
for help on using the changeset viewer.