Skip to content

Commit 030631f

Browse files
rchlpimlie
authored andcommitted
chore(test): disable browserstack testing for pull requests (#31)
1 parent 311ff41 commit 030631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ workflows:
139139
- lint: { requires: [setup] }
140140
- audit: { requires: [setup] }
141141
- test-unit: { requires: [lint] }
142-
- test-e2e-browserstack: { requires: [lint] }
142+
- test-e2e-browserstack: { requires: [lint], filters: { branches: { ignore: /pull\/.+/ } } }
143143
- test-e2e-chrome: { requires: [lint] }
144144
- test-e2e-firefox: { requires: [lint] }
145145
- test-e2e-jsdom: { requires: [lint] }

0 commit comments

Comments
 (0)