Skip to content

Commit

Permalink
feat: configure HUSKY environment variable in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo committed Aug 9, 2024
1 parent 56e5411 commit 94fd7a3
Show file tree
Hide file tree
Showing 6 changed files with 10,428 additions and 18,643 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-api-staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: STAGING - Deploy API

env:
HUSKY: 0

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-webapp-staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: STAGING - Deploy Webapp

env:
HUSKY: 0

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nighty-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# name: Nightly Playwright Tests

# env:
# HUSKY: 0

# on:
# schedule:
# - cron: "0 1 * * *"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-backend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Backend Pull Request Check

env:
HUSKY: 0

on:
pull_request:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Frontend Pull Request Check

env:
HUSKY: 0

on:
pull_request:
branches:
Expand Down
Loading

0 comments on commit 94fd7a3

Please sign in to comment.