Enhance mobile E2E workflow to support push events on specific branches and update runner configuration to use self-hosted Ubuntu 24.04 environment.

This commit is contained in:
Javier Cortejoso
2025-12-16 12:30:14 +01:00
parent bbdca4c702
commit 6ed8f7bbb5

View File

@@ -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