Make WordPress Core


Ignore:
Timestamp:
11/17/2023 08:09:51 PM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Allow the playground-comment job to fail.

When this job fails, it should not fail the entire workflow. The next update to the pull request will attempt to dispatch the commenting workflow.

Follow up to [57124].

Props johnbillion.
See #59416.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-build-processes.yml

    r57124 r57125  
    113113    permissions:
    114114      actions: write
     115    continue-on-error: true
    115116    needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos ]
    116117    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
Note: See TracChangeset for help on using the changeset viewer.