Fix job names in build-crates-individually.patch.yml (#6729)

This commit is contained in:
teor 2023-05-19 21:04:21 +10:00 committed by GitHub
parent a972144dff
commit c62a4f27c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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"'
- run: 'echo "No job required"'