Skip to content

Commit 0990173

Browse files
authored
ci: Disable browserstuck until we fix the tests (#3199)
1 parent e7e9199 commit 0990173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ jobs:
142142
runs-on: ubuntu-latest
143143
timeout-minutes: 45
144144
continue-on-error: true
145-
if: startsWith(github.ref, 'refs/heads/release/')
145+
# TODO: Fix BrowserStack tests
146+
# if: startsWith(github.ref, 'refs/heads/release/')
147+
if: false
146148
steps:
147149
- uses: actions/checkout@v2
148150
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)