Skip to content

Commit 4535310

Browse files
committed
Move the JSON file, keep names unique
1 parent 4d1738b commit 4535310

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Note: This name is referred to in the test job, so make sure any changes are sync'd up!
2-
name: "CI: Build and test"
2+
# Further this is referencing a run in the backport branch to fetch old bindings.
3+
name: "CI"
34

45
concurrency:
56
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
@@ -24,7 +25,7 @@ jobs:
2425
- name: Get CUDA build version
2526
id: get-vars
2627
run: |
27-
cuda_build_ver=$(jq -r .cuda.build.version versions.json)
28+
cuda_build_ver=$(jq -r .cuda.build.version ci/versions.json)
2829
echo "cuda_build_ver=$cuda_build_ver" >> $GITHUB_OUTPUT
2930
3031
build:
File renamed without changes.

0 commit comments

Comments
 (0)