From dac5bc7867dfc0f334551f4e0e8a3f2d2b1474a8 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 10 Nov 2020 16:01:18 -0600 Subject: [PATCH] Don't re-run build for Actions in the internal repo --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ef1b30ca9..29c4fcfacf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }} - name: Run build script + if: ${{ github.repository != 'github/docs-internal' }} run: npm run build - name: Run tests