.gitea: adjust cron schedule (#31915)

This should make the scheduled build actually run.
This commit is contained in:
Felix Lange 2025-05-28 17:51:47 +02:00 committed by GitHub
parent 8b9f2d4e36
commit 1695182b55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Release Builds (cron)
on:
schedule:
cron: '0 0 * * *'
- cron: '0 16 * * *'
jobs:
azure-cleanup: