1
0
mirror of synced 2026-01-05 03:06:35 -05:00

Don't re-run build for Actions in the internal repo

This commit is contained in:
James M. Greene
2020-11-10 16:01:18 -06:00
parent b75cb104c2
commit dac5bc7867

View File

@@ -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