mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
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:
5
.github/workflows/mobile-e2e.yml
vendored
5
.github/workflows/mobile-e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user