smarter condition for android build

This commit is contained in:
rusefi 2023-09-27 23:39:42 -04:00
parent c14c289419
commit 34517e2fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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