Skip to content

Commit 93ce4f0

Browse files
committed
🔧 chore(workflow): set RUN_LINT, RUN_BUILD, and RUN_TEST to 0 in CI workflow
1 parent 8a20be7 commit 93ce4f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/call-ci-semantic-release-npm-sync.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
NPM_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
4949
NODE_AUTH_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
5050
with:
51-
RUN_LINT: ${{ env.RUN_LINT }}
52-
RUN_BUILD: ${{ env.RUN_BUILD }}
53-
RUN_TEST: ${{ env.RUN_TEST }}
51+
RUN_LINT: 0
52+
RUN_BUILD: 0
53+
RUN_TEST: 0
5454

0 commit comments

Comments
 (0)