From db6ded4eecb884cceaa189486b2511027ed5037b Mon Sep 17 00:00:00 2001 From: Powei Feng Date: Tue, 21 Jan 2025 00:12:59 -0800 Subject: [PATCH] docs: disable validate script for now --- .github/workflows/presubmit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 9632f3754c9..e4fa3c129cc 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -86,8 +86,9 @@ jobs: fetch-depth: 0 - name: Check for manual edits to /docs run: | - # Note that at least one of "pull_request" and "push" events must be present. - bash docs_src/build/presubmit_check.sh ${{ github.event.pull_request.head.sha }} ${{ github.event.push.head.sha }} + echo "${{ github.event.pull_request.head.sha }} -- ${{ github.event.pull_request.head.sha }}" + # disable for now + # bash docs_src/build/presubmit_check.sh ${{ github.event.pull_request.head.sha }} test-renderdiff: name: test-renderdiff