Skip to content

Commit f7c56f6

Browse files
authored
Other names also (#194)
1 parent ab86762 commit f7c56f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tox.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
description: Maximum python version for matrix generation
2525
required: false
2626
type: string
27+
other_names_also:
28+
default: ""
29+
description: Additional names for the matrix
30+
required: false
31+
type: string
2732

2833
env:
2934
FORCE_COLOR: 1 # tox, pytest, ansible-lint
@@ -48,6 +53,7 @@ jobs:
4853
lint
4954
pkg
5055
py310-milestone
56+
${{ inputs.other_names_also }}
5157
platforms: linux,macos
5258

5359
test:

0 commit comments

Comments
 (0)