From c0d0900d16a9e5f8f3ed7bb50d898f268d4710e6 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:12:54 +0000 Subject: [PATCH] Fix annotations --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: