🎨 Simplify display name

This commit is contained in:
Tw93
2025-09-07 07:20:17 +08:00
parent 1290cb5c19
commit a4c44478ff
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ jobs:
echo "apps_config=$(jq -c '.' default_app_list.json)" >> $GITHUB_OUTPUT echo "apps_config=$(jq -c '.' default_app_list.json)" >> $GITHUB_OUTPUT
build-popular-apps: build-popular-apps:
name: ${{ matrix.config.title }}
needs: release-apps needs: release-apps
if: needs.release-apps.result == 'success' if: needs.release-apps.result == 'success'
strategy: strategy:

View File

@@ -48,7 +48,7 @@ on:
jobs: jobs:
build: build:
name: ${{ inputs.title }} (${{ matrix.os }}) name: ${{ inputs.title }} (${{ matrix.build }})
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false