Skip to content

Commit 0afd2b8

Browse files
committed
disable mobile BrowserStack tests on PRs
1 parent c1f9f1e commit 0afd2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cross-browser-testing-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'BrowserStack Android Mobile Test'
2-
on: [push, pull_request, workflow_dispatch]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
browserstack-android-test:

.github/workflows/cross-browser-testing-iOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'BrowserStack iOS Mobile Test'
2-
on: [push, pull_request, workflow_dispatch]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
browserstack-iOS-test:

0 commit comments

Comments
 (0)