Skip to content

Commit 5c74bb9

Browse files
committed
Use existing labels
1 parent 19e87e5 commit 5c74bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: npm run bootstrap
5656
- run: npm test
5757
test-ios:
58-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test-ios')
58+
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
5959
name: Test app (iOS)
6060
runs-on: macos-latest
6161
steps:
@@ -81,7 +81,7 @@ jobs:
8181
run: npm run test:ios
8282
working-directory: apps/test-app
8383
test-android:
84-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test-android')
84+
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
8585
name: Test app (Android)
8686
runs-on: ubuntu-latest
8787
steps:

0 commit comments

Comments
 (0)