TEST: Cron adjustments

This commit is contained in:
2025-09-04 19:39:37 +02:00
parent 7c91c4dc95
commit a76c2ae74b

View File

@@ -8,7 +8,7 @@ on:
# Scheduled check for new versions (daily at 6 AM UTC)
schedule:
- cron: '*/5 * * * *' # Every 5 minutes for testing, change to '0 6 * * *' for daily
- cron: '*/5 * * * *' # Every 5 minutes for testing
jobs:
check-version: