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 3266591 commit 8c48ffcCopy full SHA for 8c48ffc
.github/actions/build-node-python/action.yml
@@ -9,7 +9,7 @@ inputs:
9
required: true
10
run_parallel:
11
description: "enables parallel running of node and python tasks"
12
- default: false
+ default: true
13
14
# Node
15
enable_node:
.github/workflows/build-node-python.yml
@@ -62,7 +62,7 @@ on:
62
description: "Flag to ensure that node and python jobs are run in parallel."
63
type: boolean
64
required: false
65
66
cypress_runs_on:
67
type: string
68
0 commit comments