Skip to content

Commit

Permalink
chore(ci): do not run husky on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 16, 2024
1 parent bc88fc8 commit 0e4c4fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- '.github/workflows/ci_docs.yml'
- 'projects/docs/**'

env:
HUSKY: 0

concurrency:
group: deploy-docs-group-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE: 18
HUSKY: 0

jobs:
ci_tests:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
workflow_call:
workflow_dispatch:

env:
HUSKY: 0

concurrency:
group: run-tests-group-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 0e4c4fe

Please sign in to comment.