🎨 Simplify display name
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
||||
echo "apps_config=$(jq -c '.' default_app_list.json)" >> $GITHUB_OUTPUT
|
||||
|
||||
build-popular-apps:
|
||||
name: ${{ matrix.config.title }}
|
||||
needs: release-apps
|
||||
if: needs.release-apps.result == 'success'
|
||||
strategy:
|
||||
|
||||
2
.github/workflows/single-app.yaml
vendored
2
.github/workflows/single-app.yaml
vendored
@@ -48,7 +48,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: ${{ inputs.title }} (${{ matrix.os }})
|
||||
name: ${{ inputs.title }} (${{ matrix.build }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user