diff --git a/.github/workflows/mobile-e2e.yml b/.github/workflows/mobile-e2e.yml index 3ecb7b2b3..d21cdcdd6 100644 --- a/.github/workflows/mobile-e2e.yml +++ b/.github/workflows/mobile-e2e.yml @@ -17,6 +17,9 @@ env: MAESTRO_VERSION: 1.41.0 on: + push: + branches: + - "jcortejoso/**" pull_request: branches: - dev @@ -35,7 +38,7 @@ jobs: group: ${{ github.workflow }}-android-${{ github.ref }} cancel-in-progress: true timeout-minutes: 120 - runs-on: ubuntu-latest + runs-on: ["self-hosted","selfxyz-org","ubuntu-24-04"] steps: - uses: actions/checkout@v4 - name: Read and sanitize Node.js version