Skip to content

Commit b379965

Browse files
committed
Fix names
1 parent 1cff2dd commit b379965

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/android-app.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
{
8787
"workflowFile": "android-app.yml",
8888
"jobMatchMode": "prefix",
89-
"jobName": "build-native"
89+
"jobName": "Build native"
9090
},
9191
{
9292
"workflowFile": "android-app.yml",
@@ -115,7 +115,7 @@ jobs:
115115
retention-days: 7
116116

117117
generate-relay-list:
118-
name: Generate relay list
118+
name: Generate relay list # Used by wait for jobs.
119119
needs: prepare
120120
runs-on: ubuntu-latest
121121
container:
@@ -166,7 +166,7 @@ jobs:
166166
retention-days: 7
167167

168168
build-native:
169-
# name: Build native
169+
name: Build native # Used by wait for jobs.
170170
needs: prepare
171171
runs-on: ubuntu-latest
172172
container:
@@ -186,7 +186,6 @@ jobs:
186186
- arch: "armv7"
187187
abi: "armeabi-v7a"
188188
taskVariant: "Arm"
189-
name: build-native-${{ matrix.arch }}
190189
steps:
191190
# Fix for HOME path overridden by GH runners when building in containers, see:
192191
# https://github.com/actions/runner/issues/863

0 commit comments

Comments
 (0)