diff --git a/.github/workflows/dispatch-build-and-test.yml b/.github/workflows/dispatch-build-and-test.yml index 2994d678b..a0e983756 100644 --- a/.github/workflows/dispatch-build-and-test.yml +++ b/.github/workflows/dispatch-build-and-test.yml @@ -28,7 +28,7 @@ jobs: # ensures that the build/test steps can overlap across different configurations. For example, # the build step for CUDA 12.1 + gcc 9.3 can run at the same time as the test step for CUDA 11.0 + clang 11. build_and_test: - name: ${{matrix.cpu}} + name: Dispatch uses: ./.github/workflows/build-and-test.yml strategy: fail-fast: false diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2ca22369f..4325027e0 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 (CUDA${{ matrix.cuda_version }}) needs: [compute-nvcc-matrix, get-devcontainer-version] uses: ./.github/workflows/dispatch-build-and-test.yml strategy: