From 2248a2debb84c9781fd84341d2a06c33d79cdca7 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:59:48 +0100 Subject: [PATCH] ci: include Rust version in cross-check job name Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/ci-heavy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index ffbaace6e..689944461 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -162,7 +162,7 @@ jobs: # Only run if the commit doesn't come from a merged PR, we assume CI is running in the PR as well # so we don't want to have runs double up if: github.event.pull_request.merged == false - name: Cross checking ${{ matrix.job.target }} + name: Cross checking ${{ matrix.job.target }} on ${{ matrix.rust }} runs-on: ${{ matrix.job.os }} strategy: fail-fast: false