🎨 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
|
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:
|
||||||
|
|||||||
2
.github/workflows/single-app.yaml
vendored
2
.github/workflows/single-app.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user