diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2ca22369f..eeba1d7e6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,6 @@ concurrency: cancel-in-progress: true jobs: - get-devcontainer-version: name: Get devcontainer version runs-on: ubuntu-latest @@ -77,7 +76,7 @@ jobs: echo "PER_CUDA_COMPILER_MATRIX=$PER_CUDA_COMPILER_MATRIX" | tee -a "$GITHUB_OUTPUT" ci: - name: CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }} + name: CI needs: [compute-nvcc-matrix, get-devcontainer-version] uses: ./.github/workflows/dispatch-build-and-test.yml strategy: