From 7f5e5908f904943724806e24acedf03b75d45a2f Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 15 Jul 2021 10:57:21 -0700 Subject: [PATCH] remove second docs check in build(#4766) --- .github/workflows/gradle.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a58d6cb7ce81..14de53889c2b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -98,10 +98,6 @@ jobs: - name: Ensure no file change run: git status --porcelain && test -z "$(git status --porcelain)" - - name: Check documentation - if: success() && github.ref == 'refs/heads/master' - run: ./tools/site/link_checker.sh check_docs - - name: Slack Notification - Failure if: failure() && github.ref == 'refs/heads/master' uses: rtCamp/action-slack-notify@master