We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1290cb5 commit a4c4447Copy full SHA for a4c4447
.github/workflows/release.yml
@@ -40,6 +40,7 @@ jobs:
40
echo "apps_config=$(jq -c '.' default_app_list.json)" >> $GITHUB_OUTPUT
41
42
build-popular-apps:
43
+ name: ${{ matrix.config.title }}
44
needs: release-apps
45
if: needs.release-apps.result == 'success'
46
strategy:
.github/workflows/single-app.yaml
@@ -48,7 +48,7 @@ on:
48
49
jobs:
50
build:
51
- name: ${{ inputs.title }} (${{ matrix.os }})
+ name: ${{ inputs.title }} (${{ matrix.build }})
52
runs-on: ${{ matrix.os }}
53
54
fail-fast: false
0 commit comments