Skip to content

Commit 9fc9988

Browse files
committed
Swap order of workflow inputs
1 parent f7950e4 commit 9fc9988

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/cd-wheel.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on: # yamllint disable-line rule:truthy
1111
default: 'mpich'
1212
required: false
1313
type: string
14-
variant:
15-
description: 'Variant'
16-
default: ''
17-
required: false
18-
type: string
1914
version:
2015
description: 'Version'
2116
default: ''
@@ -26,6 +21,11 @@ on: # yamllint disable-line rule:truthy
2621
default: ''
2722
required: false
2823
type: string
24+
variant:
25+
description: 'Build variant'
26+
default: ''
27+
required: false
28+
type: string
2929
os-arch:
3030
description: 'Target OS-Architecture'
3131
default: ''
@@ -39,14 +39,6 @@ on: # yamllint disable-line rule:truthy
3939
type: choice
4040
options:
4141
- mpich
42-
variant:
43-
description: 'Variant'
44-
default: ''
45-
type: choice
46-
options:
47-
- ''
48-
- ofi
49-
- ucx
5042
version:
5143
description: 'Version'
5244
default: ''
@@ -57,6 +49,14 @@ on: # yamllint disable-line rule:truthy
5749
default: ''
5850
required: false
5951
type: string
52+
variant:
53+
description: 'Build variant'
54+
default: ''
55+
type: choice
56+
options:
57+
- ''
58+
- ofi
59+
- ucx
6060
os-arch:
6161
description: "Target OS-Architecture"
6262
default: Linux-x86_64

.github/workflows/cd.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ on: # yamllint disable-line rule:truthy
1212
type: choice
1313
options:
1414
- mpich
15-
variant:
16-
description: 'Variant'
17-
default: ''
18-
type: choice
19-
options:
20-
- ''
21-
- ofi
22-
- ucx
2315
version:
2416
description: 'Version'
2517
default: ''
@@ -30,6 +22,14 @@ on: # yamllint disable-line rule:truthy
3022
default: ''
3123
required: false
3224
type: string
25+
variant:
26+
description: 'Build variant'
27+
default: ''
28+
type: choice
29+
options:
30+
- ''
31+
- ofi
32+
- ucx
3333
os-arch:
3434
description: "Target OS-Architecture"
3535
default: all

0 commit comments

Comments
 (0)