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 3623102 commit 0e25996Copy full SHA for 0e25996
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: 'BrowserStack Env Setup'
29
uses: 'browserstack/github-actions/setup-env@master'
30
# forks do not have access to secrets so just skip this
31
- if: github.repository == 'vuejs/router'
+ if: ${{ github.repository == 'vuejs/router' && !github.event.pull_request.head.repo.fork }}
32
with:
33
username: ${{ secrets.BROWSERSTACK_USERNAME }}
34
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
0 commit comments