Skip to content

Commit

Permalink
Disable e2e tests for PR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund authored and albin-mullvad committed Oct 23, 2024
1 parent 3810488 commit d7c7e5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ jobs:
name: Run instrumented e2e tests
# 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.e2e_test_repeat }} != '0'
if: >
github.event_name == 'schedule' ||
(github.event.inputs.e2e_test_repeat != '0' && github.event_name != 'pull_request')
needs: [build-app, build-instrumented-tests]
strategy:
matrix:
Expand Down

0 comments on commit d7c7e5e

Please sign in to comment.