smarter condition for android build
This commit is contained in:
parent
c14c289419
commit
34517e2fc4
|
@ -48,7 +48,7 @@ jobs:
|
|||
RUSEFI_ANDROID_KEYPASS: ${{ secrets.RUSEFI_ANDROID_KEYPASS }}
|
||||
working-directory: ./android
|
||||
run: |
|
||||
if [ "${{github.event_name}}" == "push" ]; then
|
||||
if [ "${{github.repository}}" == "rusefi/rusefi" && "${{github.event_name}}" == "push" ]; then
|
||||
bash ./gradlew build
|
||||
else
|
||||
bash ./gradlew bundleDebug test
|
||||
|
|
Loading…
Reference in New Issue