Changeset 57178 for trunk/.github/workflows/test-build-processes.yml
- Timestamp:
- 12/10/2023 10:34:12 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-build-processes.yml
r57125 r57178 107 107 directory: ${{ matrix.directory }} 108 108 109 # Calls the Pull Request Commenting workflow to leave a comment detailing how to test the PR within WordPress Playground.110 playground-comment:111 name: Leave WordPress Playground details112 runs-on: ubuntu-latest113 permissions:114 actions: write115 continue-on-error: true116 needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos ]117 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}118 119 steps:120 - name: Dispatch workflow run121 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1122 with:123 retries: 2124 retry-exempt-status-codes: 418125 script: |126 github.rest.actions.createWorkflowDispatch({127 owner: context.repo.owner,128 repo: context.repo.repo,129 workflow_id: 'pull-request-comments.yml',130 ref: 'trunk',131 inputs: {132 pr_number: '${{ github.event.number }}'133 }134 });135 109 136 110 slack-notifications: … … 140 114 actions: read 141 115 contents: read 142 needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos , playground-comment]116 needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos ] 143 117 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }} 144 118 with: … … 155 129 permissions: 156 130 actions: write 157 needs: [ playground-comment]131 needs: [ slack-notifications ] 158 132 if: | 159 133 always() &&
Note: See TracChangeset
for help on using the changeset viewer.