Skip to content

Commit 1faad97

Browse files
committed
ci: disable husky for browserstack builds
1 parent 2cc6c93 commit 1faad97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/browser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request_target:
66
types: [labeled]
77

8+
env:
9+
HUSKY: 0
10+
811
jobs:
912
browser:
1013
if: github.repository == 'uuidjs/uuid' && (contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push')

0 commit comments

Comments
 (0)