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 e19b75b commit 164cfadCopy full SHA for 164cfad
.github/workflows/test.yml
@@ -2,7 +2,6 @@ name: Gradle build & test
2
3
on:
4
push:
5
- branches: [ "main" ]
6
pull_request:
7
branches: [ "main" ]
8
workflow_call:
@@ -12,6 +11,7 @@ permissions:
12
11
13
jobs:
14
build:
+ if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
15
strategy:
16
matrix:
17
include:
@@ -79,6 +79,7 @@ jobs:
79
**/build/test-results/
80
81
android_emulator:
82
83
runs-on: ubuntu-latest
84
timeout-minutes: 30
85
env:
0 commit comments