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 31
31
name : Size Check
32
32
needs : job_build
33
33
runs-on : ubuntu-latest
34
+ if : ${{ github.head_ref }}
34
35
steps :
35
36
- uses : actions/checkout@v2
36
37
- uses : actions/setup-node@v1
93
94
name : BrowserStack
94
95
needs : job_build
95
96
runs-on : ubuntu-latest
97
+ if : " 'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
96
98
steps :
97
99
- uses : actions/checkout@v2
98
100
- uses : actions/setup-node@v1
@@ -110,7 +112,6 @@ jobs:
110
112
env :
111
113
BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
112
114
BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
113
- if : " 'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/')"
114
115
run : |
115
116
cd packages/browser
116
117
yarn test:integration:checkbrowsers
You can’t perform that action at this time.
0 commit comments