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"'