Remove daily cron schedule from build workflow

Removed scheduled cron job for daily builds.
This commit is contained in:
meilluer 2026-02-18 10:52:11 +05:30 committed by GitHub
parent 7e22e73e62
commit 263db2f0bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
name: Build Android APK
on:
schedule:
- cron: '0 0 * * *' # Runs every day at 00:00 UTC
workflow_dispatch: # Allows you to run this manually from the "Actions" tab
jobs: