1
0
mirror of synced 2026-01-04 00:06:20 -05:00

run clone script from docs-internal only

This commit is contained in:
Sarah Schneider
2020-10-26 09:52:35 -04:00
parent 1e9a319647
commit 24a281a673

View File

@@ -115,7 +115,7 @@ jobs:
name: Install dependencies
run: npm ci
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' && GITHUB_REPOSITORY == 'github/docs-internal' }}
name: Clone early access
run: npm run heroku-prebuild
env: