mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-19 16:31:44 +00:00
Remove daily cron schedule from build workflow
Removed scheduled cron job for daily builds.
This commit is contained in:
parent
7e22e73e62
commit
263db2f0bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Build Android APK
|
name: Build Android APK
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # Runs every day at 00:00 UTC
|
|
||||||
workflow_dispatch: # Allows you to run this manually from the "Actions" tab
|
workflow_dispatch: # Allows you to run this manually from the "Actions" tab
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue