Fix job names in build-crates-individually.patch.yml (#6729)
This commit is contained in:
parent
a972144dff
commit
c62a4f27c3
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Reference in New Issue