We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272661b commit 8f28afeCopy full SHA for 8f28afe
.github/workflows/build-node-python.yml
@@ -408,6 +408,8 @@ jobs:
408
- name: Build node and python
409
uses: ./tmp/github-workflows/.github/actions/build-node-python
410
with:
411
+ run_node_test: false
412
+ run_node_lint: false
413
run_parallel: ${{ inputs.run_parallel }}
414
node_version: ${{ secrets.NODE_VERSION || env.NODE_VERSION }}
415
npm_registry: ${{ env.NPM_REGISTRY }}
0 commit comments