From e96fc2a8b3bc3ba6a01e1c099f814cde9113e419 Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Thu, 15 Aug 2024 17:22:31 +0200 Subject: [PATCH] Change label name --- .github/workflows/android-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 55e41dd7568b..a9df1d2d0bcb 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -469,7 +469,7 @@ jobs: instrumented-e2e-tests: name: Run instrumented e2e tests - runs-on: [self-hosted, android-device, android-runner-v1] # Temporary until we can add secrets + runs-on: [self-hosted, android-device, android-emulator] # Temporary until we can add secrets if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true' timeout-minutes: 30 needs: [build-app, build-instrumented-tests]