Skip to content

Commit a1b4d6a

Browse files
committed
disable parallel
1 parent 24e8f2d commit a1b4d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: true
1010
run_parallel:
1111
description: "enables parallel running of node and python tasks"
12-
default: true
12+
default: false
1313
required: true
1414
# Node
1515
enable_node:

0 commit comments

Comments
 (0)