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:
|
jobs:
|
||||||
matrix:
|
matrix:
|
||||||
name: Crates matrix
|
name: Generate crates matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
|
|
@ -54,6 +54,7 @@ jobs:
|
||||||
echo "matrix=$MATRIX" >> "$GITHUB_OUTPUT"
|
echo "matrix=$MATRIX" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
check-matrix:
|
check-matrix:
|
||||||
|
name: Check crates matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ matrix ]
|
needs: [ matrix ]
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -67,4 +68,4 @@ jobs:
|
||||||
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "No job required"'
|
- run: 'echo "No job required"'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue