diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index ca76c2eb571a..9a140cff1bf2 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -86,7 +86,7 @@ jobs: { "workflowFile": "android-app.yml", "jobMatchMode": "prefix", - "jobName": "build-native" + "jobName": "Build native" }, { "workflowFile": "android-app.yml", @@ -115,7 +115,7 @@ jobs: retention-days: 7 generate-relay-list: - name: Generate relay list + name: Generate relay list # Used by wait for jobs. needs: prepare runs-on: ubuntu-latest container: @@ -166,7 +166,7 @@ jobs: retention-days: 7 build-native: - # name: Build native + name: Build native # Used by wait for jobs. needs: prepare runs-on: ubuntu-latest container: @@ -186,7 +186,6 @@ jobs: - arch: "armv7" abi: "armeabi-v7a" taskVariant: "Arm" - name: build-native-${{ matrix.arch }} steps: # Fix for HOME path overridden by GH runners when building in containers, see: # https://github.com/actions/runner/issues/863