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 8418503 commit 1254f03Copy full SHA for 1254f03
.github/workflows/check.yml
@@ -169,7 +169,7 @@ jobs:
169
test-android:
170
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
171
name: Test app (Android)
172
- runs-on: ubuntu-latest
+ runs-on: ubuntu-self-hosted
173
steps:
174
- uses: actions/checkout@v4
175
- uses: actions/setup-node@v4
0 commit comments