Skip to content

Commit 0e25996

Browse files
committed
ci: bring back the fork check for PRs
1 parent 3623102 commit 0e25996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 'BrowserStack Env Setup'
2929
uses: 'browserstack/github-actions/setup-env@master'
3030
# forks do not have access to secrets so just skip this
31-
if: github.repository == 'vuejs/router'
31+
if: ${{ github.repository == 'vuejs/router' && !github.event.pull_request.head.repo.fork }}
3232
with:
3333
username: ${{ secrets.BROWSERSTACK_USERNAME }}
3434
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 commit comments

Comments
 (0)