From b3799651a25c1e79c50ee421259bfa69b6e118d3 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Wed, 18 Dec 2024 14:53:45 +0100 Subject: [PATCH] Fix names --- .github/workflows/android-app.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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