Skip to content

Commit adbedfe

Browse files
committed
disable browserstack test on PRs
1 parent bb3ca33 commit adbedfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/browserstack/github-actions?tab=readme-ov-file#sample-workflow-with-usage-of-both-actions
33

44
name: 'BrowserStack Test'
5-
on: [push, pull_request, workflow_dispatch]
5+
on: [push, workflow_dispatch]
66

77
jobs:
88
browserstack-test:

0 commit comments

Comments
 (0)