We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afc24e commit 2027f4fCopy full SHA for 2027f4f
.github/workflows/check.yml
@@ -171,7 +171,7 @@ jobs:
171
test-android:
172
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
173
name: Test app (Android)
174
- runs-on: ubuntu-latest
+ runs-on: ubuntu-self-hosted
175
steps:
176
- uses: actions/checkout@v4
177
- uses: actions/setup-node@v4
0 commit comments