From cca304a94bc9de52874cd1ac917e44a7814e4994 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Thu, 20 Jun 2024 22:42:16 +0800 Subject: [PATCH] ci: config --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npm-manual-publish.yml | 2 +- .github/workflows/npm-publish-wo-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5527214f..be6d4110 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -86,7 +86,7 @@ jobs: . .scripts/ci/ci-env.sh .scripts/ci/ci-prepare.sh npm run lint:s - npm run lint:cycle + # npm run lint:cycle env: CI: true diff --git a/.github/workflows/npm-manual-publish.yml b/.github/workflows/npm-manual-publish.yml index b1ef4cee..b2eca505 100644 --- a/.github/workflows/npm-manual-publish.yml +++ b/.github/workflows/npm-manual-publish.yml @@ -116,7 +116,7 @@ jobs: . .scripts/ci/ci-env.sh .scripts/ci/ci-prepare.sh npm run lint:nofix - npm run lint:cycle + # npm run lint:cycle env: CI: true diff --git a/.github/workflows/npm-publish-wo-test.yml b/.github/workflows/npm-publish-wo-test.yml index a55f9428..687628bf 100644 --- a/.github/workflows/npm-publish-wo-test.yml +++ b/.github/workflows/npm-publish-wo-test.yml @@ -105,7 +105,7 @@ jobs: . .scripts/ci/ci-env.sh .scripts/ci/ci-prepare.sh npm run lint:nofix - npm run lint:cycle + # npm run lint:cycle env: CI: true