We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6c93 commit 1faad97Copy full SHA for 1faad97
.github/workflows/browser.yml
@@ -5,6 +5,9 @@ on:
5
pull_request_target:
6
types: [labeled]
7
8
+env:
9
+ HUSKY: 0
10
+
11
jobs:
12
browser:
13
if: github.repository == 'uuidjs/uuid' && (contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push')
0 commit comments