Skip to content

Commit

Permalink
Update npm-package.yml
Browse files Browse the repository at this point in the history
HWE: Skip grok check for non DG package
  • Loading branch information
tanas80 authored Jun 25, 2024
1 parent e870cbf commit 961c04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
working-directory: ./HELM/source
if: contains(needs.version.outputs.job_name, 'test')
- run: npm install -g datagrok-tools@latest
- run: grok check
working-directory: ./HELM/source
#- run: grok check
# working-directory: ./HELM/source
- id: publish
run: npm publish --access public
working-directory: ./HELM/source
Expand Down

0 comments on commit 961c04f

Please sign in to comment.