Skip to content

Commit dac5bc7

Browse files
committed
Don't re-run build for Actions in the internal repo
1 parent b75cb10 commit dac5bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
7474

7575
- name: Run build script
76+
if: ${{ github.repository != 'github/docs-internal' }}
7677
run: npm run build
7778

7879
- name: Run tests

0 commit comments

Comments
 (0)