Skip to content

Commit 10a385b

Browse files
committed
Allow passing skip_explode to dynamic-matrix
1 parent 91e0e61 commit 10a385b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tox.yml

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ on:
5454
description: Command to run after test commands.
5555
required: false
5656
type: string
57+
skip_explode:
58+
default: "0"
59+
description: Set it to "1" to skip creating jobs for each python version.
60+
type: string
5761
node-version-file:
5862
default: ""
5963
description: Path to the Node.js version file (e.g., `.tool-versions`)
@@ -89,6 +93,7 @@ jobs:
8993
other_names: |
9094
${{ inputs.other_names }}
9195
${{ inputs.other_names_also }}
96+
skip_explode: ${{ inputs.skip_explode }}
9297
platforms: linux,macos
9398

9499
test:

0 commit comments

Comments
 (0)