chore(workflows): prefix all jobs with workflow name to help distinguish

This commit is contained in:
Alex Zenla
2024-04-08 23:55:16 -07:00
parent 2526065d74
commit 82edaeb929
7 changed files with 12 additions and 11 deletions

View File

@ -22,7 +22,7 @@ jobs:
TARGET_OS: "${{ matrix.platform.os }}"
TARGET_ARCH: "${{ matrix.platform.arch }}"
runs-on: "${{ matrix.platform.on }}"
name: build ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
name: client build ${{ matrix.platform.os }}-${{ matrix.platform.arch }}
defaults:
run:
shell: bash