Skip to content

Commit

Permalink
Allow passing skip_explode to dynamic-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 12, 2024
1 parent 91e0e61 commit 10a385b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ on:
description: Command to run after test commands.
required: false
type: string
skip_explode:
default: "0"
description: Set it to "1" to skip creating jobs for each python version.
type: string
node-version-file:
default: ""
description: Path to the Node.js version file (e.g., `.tool-versions`)
Expand Down Expand Up @@ -89,6 +93,7 @@ jobs:
other_names: |
${{ inputs.other_names }}
${{ inputs.other_names_also }}
skip_explode: ${{ inputs.skip_explode }}
platforms: linux,macos

test:
Expand Down

0 comments on commit 10a385b

Please sign in to comment.