File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
sha :
13
13
required : true
14
14
type : string
15
+ build_type :
16
+ type : string
17
+ default : nightly
15
18
16
19
jobs :
17
20
conda-cpp-checks :
18
21
secrets : inherit
19
22
uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@nvks-runners
20
23
with :
21
- build_type : nightly
24
+ build_type : ${{ inputs.build_type }}
22
25
branch : ${{ inputs.branch }}
23
26
date : ${{ inputs.date }}
24
27
sha : ${{ inputs.sha }}
@@ -28,23 +31,23 @@ jobs:
28
31
secrets : inherit
29
32
uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@nvks-runners
30
33
with :
31
- build_type : nightly
34
+ build_type : ${{ inputs.build_type }}
32
35
branch : ${{ inputs.branch }}
33
36
date : ${{ inputs.date }}
34
37
sha : ${{ inputs.sha }}
35
38
conda-python-tests :
36
39
secrets : inherit
37
40
uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@nvks-runners
38
41
with :
39
- build_type : nightly
42
+ build_type : ${{ inputs.build_type }}
40
43
branch : ${{ inputs.branch }}
41
44
date : ${{ inputs.date }}
42
45
sha : ${{ inputs.sha }}
43
46
wheel-tests-cuvs :
44
47
secrets : inherit
45
48
uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@nvks-runners
46
49
with :
47
- build_type : nightly
50
+ build_type : ${{ inputs.build_type }}
48
51
branch : ${{ inputs.branch }}
49
52
date : ${{ inputs.date }}
50
53
sha : ${{ inputs.sha }}
You can’t perform that action at this time.
0 commit comments