Skip to content

Commit 14ae163

Browse files
committed
try without early access step for now
1 parent b8a1891 commit 14ae163

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/link-check-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
name: Install
3939
run: npm ci
4040

41-
- if: ${{ github.repository == 'github/docs-internal' && needs.see_if_should_skip.outputs.should_skip != 'true' }}
42-
name: Clone early access
43-
run: npm run heroku-postbuild
44-
env:
45-
DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
46-
GIT_BRANCH: ${{ github.ref }}
41+
# - if: ${{ github.repository == 'github/docs-internal' && needs.see_if_should_skip.outputs.should_skip != 'true' }}
42+
# name: Clone early access
43+
# run: npm run heroku-postbuild
44+
# env:
45+
# DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
46+
# GIT_BRANCH: ${{ github.ref }}
4747

4848
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
4949
name: Build

0 commit comments

Comments
 (0)