From a0ceb967ac47b82eacb20250c011bdd3898c5747 Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Mon, 19 Aug 2024 17:12:49 +0800 Subject: [PATCH] feat(pr-comment-ci): skip husky (#1535) --- .github/workflows/pr-comment-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index ca694f820..4445fe7c4 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -3,6 +3,8 @@ name: PR_COMMENT_CI on: issue_comment: types: [created] +env: + HUSKY: "0" jobs: check: @@ -159,7 +161,6 @@ jobs: git add . git commit -m "chore: update snapshot" fi - git status - name: git push run: | git status @@ -167,4 +168,3 @@ jobs: if [ "$branch_ahead" -eq "1" ]; then git push fi - git status