Changeset 57210 for trunk/.github/workflows/test-build-processes.yml
- Timestamp:
- 12/20/2023 02:50:11 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-build-processes.yml
r57197 r57210 107 107 directory: ${{ matrix.directory }} 108 108 109 # Uploads the PR number as an artifact for the Pull Request Commenting workflow to download and then 110 # leave a comment detailing how to test the PR within WordPress Playground. 111 playground-comment: 112 name: Leave WordPress Playground details 113 runs-on: ubuntu-latest 114 permissions: 115 actions: write 116 continue-on-error: true 117 needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos ] 118 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }} 119 120 steps: 121 - name: Save PR number 122 run: | 123 mkdir -p ./pr-number 124 echo ${{ github.event.number }} > ./pr-number/NR 125 126 - name: Upload PR number as artifact 127 uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 128 with: 129 name: pr-number 130 path: pr-number/ 109 131 110 132 slack-notifications:
Note: See TracChangeset
for help on using the changeset viewer.