Skip to content

Commit

Permalink
Fix inputs for the workflow (#106)
Browse files Browse the repository at this point in the history
The pull-request input is simply wrong, while the other inputs are necessary to pull the correct artifacts.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #106
  • Loading branch information
vyasr authored Jan 8, 2025
1 parent e2b4cf0 commit e332b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
with:
build_type: pull-request
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
node_type: "gpu-v100-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.12"
Expand Down

0 comments on commit e332b68

Please sign in to comment.