Skip to content

Commit

Permalink
add build vars (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed May 3, 2023
1 parent 3744b35 commit bf4ff31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.06
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
node_type: "gpu-v100-latest-1"
arch: "amd64"
container_image: "rapidsai/ci:latest"
Expand Down

0 comments on commit bf4ff31

Please sign in to comment.