fix: release pipeline

This commit is contained in:
Zane Schepke 2024-10-18 11:52:21 -04:00
parent 1fab9dfdf2
commit f83e40f6cc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
fi fi
build: build:
needs: check_commits 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 name: Build Signed APK
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env: