We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de138f4 commit 739df40Copy full SHA for 739df40
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: 'BrowserStack Env Setup'
31
uses: 'browserstack/github-actions/setup-env@master'
32
# forks do not have access to secrets so just skip this
33
- if: ${{ !github.event.pull_request.head.repo.fork }}
+ if: github.repository == 'vuejs/router'
34
with:
35
username: ${{ secrets.BROWSERSTACK_USERNAME }}
36
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
0 commit comments