From 5cde899ceb244d65251cfb01f8ce46c15ca97032 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Sat, 30 Nov 2024 14:42:03 -0700 Subject: [PATCH] Clean up naming --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 80513249..6933b877 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -87,6 +87,7 @@ jobs: | tee -a "${GITHUB_OUTPUT}" build-and-test: + name: "${{matrix.commit.msg}} [dev/test/rust/${{ matrix.rust }}/${{matrix.commit.ref}}]" needs: [ check_changes, commits ] if: "${{ needs.check_changes.outputs.devfiles == 'true' }}" strategy: @@ -96,7 +97,6 @@ jobs: rust: - "stable" - "nightly" - name: "rust/${{ matrix.rust }}/${{ matrix.commit.ref }}" runs-on: "lab" timeout-minutes: 45 steps: