diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2982e98..688018f 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -3,10 +3,11 @@ on: schedule: - cron: '0 0 1 * *' - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +env: + HUSKY: 0 + jobs: build: runs-on: ubuntu-latest