fix: release pipeline
This commit is contained in:
parent
1fab9dfdf2
commit
f83e40f6cc
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue