We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deacf66 commit d988271Copy full SHA for d988271
.github/workflows/build.yaml
@@ -36,6 +36,6 @@ jobs:
36
build_type: ${{ inputs.build_type || 'branch' }}
37
container_image: "rapidsai/ci-conda:latest"
38
date: ${{ inputs.date }}
39
- node_type: "gpu-v100-latest-1"
+ node_type: "gpu-l4-latest-1"
40
run_script: "ci/build_docs.sh"
41
sha: ${{ inputs.sha }}
.github/workflows/pr.yaml
@@ -41,7 +41,7 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
42
with:
43
build_type: pull-request
44
45
arch: "amd64"
46
47
0 commit comments