From c62a4f27c316f8a5e0e17214f5382b4c416383ac Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 19 May 2023 21:04:21 +1000 Subject: [PATCH] Fix job names in build-crates-individually.patch.yml (#6729) --- .github/workflows/build-crates-individually.patch.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-crates-individually.patch.yml b/.github/workflows/build-crates-individually.patch.yml index 306133d6..ef5b6f01 100644 --- a/.github/workflows/build-crates-individually.patch.yml +++ b/.github/workflows/build-crates-individually.patch.yml @@ -18,7 +18,7 @@ on: jobs: matrix: - name: Crates matrix + name: Generate crates matrix runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} @@ -54,6 +54,7 @@ jobs: echo "matrix=$MATRIX" >> "$GITHUB_OUTPUT" check-matrix: + name: Check crates matrix runs-on: ubuntu-latest needs: [ matrix ] steps: @@ -67,4 +68,4 @@ jobs: matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} steps: - - run: 'echo "No job required"' \ No newline at end of file + - run: 'echo "No job required"'