This commit is contained in:
Zane Schepke 2024-11-03 17:13:43 -05:00
parent 7b443add3a
commit ec3a5dcd65
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
echo "new_commits=$NEW_COMMITS" >> $GITHUB_OUTPUT
build:
needs: check_commits
if: ${{ needs.check_commits.outputs.has_new_commits == 'true' && inputs.release_type != 'none' }}
if: ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }}
name: Build Signed APK
runs-on: ubuntu-latest
env: