This commit is contained in:
Dmitry 2025-11-21 20:03:07 +03:00
parent 77092fc586
commit 149cb76aa8

View file

@ -42,7 +42,9 @@ on:
- pr
schedule:
# Run every 30 minutes
- cron: '*/20 * * * *'
# - cron: '*/20 * * * *'
# Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC)
- cron: '0 */6 * * *'
# Other schedule options (uncomment to use):
# Run every 15 minutes