fix: release pipeline

This commit is contained in:
Zane Schepke
2024-10-18 11:52:21 -04:00
parent 1fab9dfdf2
commit f83e40f6cc
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
fi
build:
needs: check_commits
if: ${{ needs.check_commits.outputs.new_commits == 'true' || github.event_name != 'schedule'}}
if: ${{ needs.check_commits.outputs.new_commits == 'true' && inputs.track != 'none' }}
name: Build Signed APK
runs-on: ubuntu-latest
env: