We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a1891 commit 14ae163Copy full SHA for 14ae163
1 file changed
.github/workflows/link-check-test.yml
@@ -38,12 +38,12 @@ jobs:
38
name: Install
39
run: npm ci
40
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 }}
+ # - if: ${{ github.repository == 'github/docs-internal' && needs.see_if_should_skip.outputs.should_skip != 'true' }}
+ # name: Clone early access
+ # run: npm run heroku-postbuild
+ # env:
+ # DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
+ # GIT_BRANCH: ${{ github.ref }}
47
48
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
49
name: Build
0 commit comments