Changeset 60773
- Timestamp:
- 09/17/2025 02:55:12 AM (5 months ago)
- Location:
- branches/6.8
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
.github/workflows/check-built-files.yml (modified) (1 diff)
-
.github/workflows/performance.yml (modified) (1 diff)
-
.github/workflows/upgrade-develop-testing.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
- Property svn:mergeinfo changed
/trunk merged: 60612,60624
- Property svn:mergeinfo changed
-
branches/6.8/.github/workflows/check-built-files.yml
r60092 r60773 45 45 if: ${{ github.repository == 'wordpress/wordpress-develop' && ( github.actor != 'dependabot[bot]' || github.event.commits < 2 ) }} 46 46 uses: WordPress/wordpress-develop/.github/workflows/reusable-check-built-files.yml@trunk 47 permissions: 48 contents: read -
branches/6.8/.github/workflows/performance.yml
r60092 r60773 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 }} -
branches/6.8/.github/workflows/upgrade-develop-testing.yml
r60092 r60773 57 57 if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }} 58 58 needs: [ build ] 59 permissions: 60 contents: read 59 61 strategy: 60 62 fail-fast: false
Note: See TracChangeset
for help on using the changeset viewer.