diff options
| author | Albin <albin@mullvad.net> | 2025-10-21 17:03:55 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-10-21 17:03:55 +0200 |
| commit | 771f8a8cf3d429a0a6f5fcb445d8ef302e8f147b (patch) | |
| tree | 2baea1033712e235bb3921483273522a3597c618 | |
| parent | 4e0e331bb89767526086256e0b35cbbb5d51589d (diff) | |
| parent | e11d00bfcecf9a41512114c89ce82566bb6e7d22 (diff) | |
| download | mullvadvpn-771f8a8cf3d429a0a6f5fcb445d8ef302e8f147b.tar.xz mullvadvpn-771f8a8cf3d429a0a6f5fcb445d8ef302e8f147b.zip | |
Merge branch 'set-android-build-label'
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 74eeacf7a5..760adfa90f 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -118,7 +118,7 @@ jobs: build-app: name: Build app needs: [prepare] - runs-on: app-gh-build + runs-on: [app-gh-build, build] steps: - name: Checkout repository uses: actions/checkout@v4 |
