Skip to content

Commit

Permalink
chore(ci): dont run suite-native e2e tests for release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych authored and mroz22 committed Sep 11, 2024
1 parent 50739c0 commit 9e43ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite-native-e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:

jobs:
build_android_test_app:
if: github.repository == 'trezor/trezor-suite'
runs-on: ubuntu-latest
env:
EXPO_PUBLIC_ENVIRONMENT: "debug"
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
key: android_test_build/${{ github.ref }}/${{github.run_id}}

run_android_e2e_tests:
if: github.repository == 'trezor/trezor-suite'
runs-on: ubuntu-latest
needs: build_android_test_app
steps:
Expand Down

0 comments on commit 9e43ce1

Please sign in to comment.