From 7514a54785995d7ae7ea2af98fed1523df370bab Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 3 Nov 2020 10:56:46 -0600 Subject: [PATCH] Remove EA cloning from lint -- no JS files in there to lint --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99890df5c0..78d2d6aad6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,12 +63,6 @@ jobs: name: Install dependencies run: npm ci - - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' && github.repository == 'github/docs-internal' }} - name: Clone early access - run: npm run heroku-postbuild - env: - DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }} - - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Run linter run: npx standard