From f72f1893d6d1ec2e1938ba4d3b60f340622ff614 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 17 Nov 2023 20:09:51 +0000 Subject: [PATCH] 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 --- .github/workflows/test-build-processes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build-processes.yml b/.github/workflows/test-build-processes.yml index a62120b55e..fd32f31014 100644 --- a/.github/workflows/test-build-processes.yml +++ b/.github/workflows/test-build-processes.yml @@ -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' }}