Skip to content

Commit a4c4447

Browse files
committed
🎨 Simplify display name
1 parent 1290cb5 commit a4c4447

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
echo "apps_config=$(jq -c '.' default_app_list.json)" >> $GITHUB_OUTPUT
4141
4242
build-popular-apps:
43+
name: ${{ matrix.config.title }}
4344
needs: release-apps
4445
if: needs.release-apps.result == 'success'
4546
strategy:

.github/workflows/single-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848

4949
jobs:
5050
build:
51-
name: ${{ inputs.title }} (${{ matrix.os }})
51+
name: ${{ inputs.title }} (${{ matrix.build }})
5252
runs-on: ${{ matrix.os }}
5353
strategy:
5454
fail-fast: false

0 commit comments

Comments
 (0)