Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Oct 18, 2024
1 parent 1fab9df commit f83e40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f83e40f

Please sign in to comment.