Skip to content

Commit

Permalink
Improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 16, 2024
1 parent 207d4cf commit 48ea864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ jobs:

instrumented-e2e-tests:
name: Run instrumented e2e tests
runs-on: [self-hosted, android-device, android-emulator] # Temporary until we can add secrets
# Temporary workaround for targeting the runner android-runner-v1
runs-on: [self-hosted, android-device, android-emulator]
if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true'
timeout-minutes: 30
needs: [build-app, build-instrumented-tests]
Expand Down

0 comments on commit 48ea864

Please sign in to comment.