Skip to content

Commit

Permalink
docs: disable validate script for now
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Jan 21, 2025
1 parent bfaf3fb commit db6ded4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db6ded4

Please sign in to comment.