duplicate change between lint and test steps
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -63,7 +63,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:
|
||||
|
||||
Reference in New Issue
Block a user