File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 74
74
date : ${{ inputs.date }}
75
75
container_image : " rapidsai/ci-wheel:latest"
76
76
run_script : " ci/build_static.sh"
77
+ dynamic-build :
78
+ secrets : inherit
79
+ uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
80
+ with :
81
+ build_type : ${{ inputs.build_type || 'branch' }}
82
+ branch : ${{ inputs.branch }}
83
+ sha : ${{ inputs.sha }}
84
+ date : ${{ inputs.date }}
85
+ container_image : " rapidsai/ci-conda:latest"
86
+ run_script : " ci/build_dynamic.sh"
Original file line number Diff line number Diff line change 47
47
build_type : pull-request
48
48
container_image : " rapidsai/ci-wheel:latest"
49
49
run_script : " ci/build_static.sh"
50
+ dynamic-build :
51
+ needs : style
52
+ secrets : inherit
53
+ uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
54
+ with :
55
+ build_type : pull-request
56
+ container_image : " rapidsai/ci-conda:latest"
57
+ run_script : " ci/build_dynamic.sh"
You can’t perform that action at this time.
0 commit comments