Skip to content

Commit 739df40

Browse files
committed
ci: check for the repo name before running BrowserStack
1 parent de138f4 commit 739df40

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: 'BrowserStack Env Setup'
3131
uses: 'browserstack/github-actions/setup-env@master'
3232
# forks do not have access to secrets so just skip this
33-
if: ${{ !github.event.pull_request.head.repo.fork }}
33+
if: github.repository == 'vuejs/router'
3434
with:
3535
username: ${{ secrets.BROWSERSTACK_USERNAME }}
3636
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

0 commit comments

Comments
 (0)