diff --git a/.github/workflows/per_cuda.yml b/.github/workflows/per_cuda.yml index 0e99ec2bec..f12c9a6afa 100644 --- a/.github/workflows/per_cuda.yml +++ b/.github/workflows/per_cuda.yml @@ -5,12 +5,10 @@ on: inputs: per_cuda_matrix: {type: string, required: true} -test-repo-per-cuda-ver: - uses: ./.github/workflows/test-repo-per-compiler.yml - strategy: - matrix: ${{ fromJSON(inputs.cuda_vers) }} - with: - repo: ${{ inputs.repo }} - cxx_vers: ${{ inputs.cxx_vers }} - cuda_ver: ${{ matrix.cuda_ver }} - compilers: ${{ inputs.compilers }} \ No newline at end of file + +jobs: + per_cuda: + run: | + echo "per_cuda_matrix: ${{ inputs.per_cuda_matrix }}" + +