mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@57125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26ed1b8bcf
commit
f72f1893d6
1
.github/workflows/test-build-processes.yml
vendored
1
.github/workflows/test-build-processes.yml
vendored
@ -112,6 +112,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
continue-on-error: true
|
||||
needs: [ test-core-build-process, test-core-build-process-macos, test-gutenberg-build-process, test-gutenberg-build-process-macos ]
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user