File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ jobs:
2121 secrets : inherit
2222 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@nvks-runners
2323 with :
24- build_type : nightly
24+ build_type : ${{ inputs.build_type }}
2525 branch : ${{ inputs.branch }}
2626 date : ${{ inputs.date }}
2727 sha : ${{ inputs.sha }}
2828 python-tests :
2929 secrets : inherit
3030 uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@nvks-runners
3131 with :
32- build_type : nightly
32+ build_type : ${{ inputs.build_type }}
3333 branch : ${{ inputs.branch }}
3434 date : ${{ inputs.date }}
3535 sha : ${{ inputs.sha }}
3636 wheel-tests :
3737 secrets : inherit
3838 uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@nvks-runners
3939 with :
40- build_type : nightly
40+ build_type : ${{ inputs.build_type }}
4141 branch : ${{ inputs.branch }}
4242 date : ${{ inputs.date }}
4343 sha : ${{ inputs.sha }}
You can’t perform that action at this time.
0 commit comments