diff --git a/.github/workflows/browser.yml b/.github/workflows/browser.yml index 752fd34a..376050de 100644 --- a/.github/workflows/browser.yml +++ b/.github/workflows/browser.yml @@ -5,6 +5,9 @@ on: pull_request_target: types: [labeled] +env: + HUSKY: 0 + jobs: browser: if: github.repository == 'uuidjs/uuid' && (contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push')