File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131 name : Size Check
3232 needs : job_build
3333 runs-on : ubuntu-latest
34+ if : ${{ github.head_ref }}
3435 steps :
3536 - uses : actions/checkout@v2
3637 - uses : actions/setup-node@v1
9394 name : BrowserStack
9495 needs : job_build
9596 runs-on : ubuntu-latest
97+ if : " 'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
9698 steps :
9799 - uses : actions/checkout@v2
98100 - uses : actions/setup-node@v1
@@ -110,7 +112,6 @@ jobs:
110112 env :
111113 BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
112114 BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
113- if : " 'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
114115 run : |
115116 cd packages/browser
116117 yarn test:integration:checkbrowsers
You can’t perform that action at this time.
0 commit comments