cron 20 mins

This commit is contained in:
Dmitry 2025-11-21 10:21:00 +03:00
parent 8a42e77563
commit d78dad8cca

View file

@ -13,7 +13,7 @@ on:
- common - common
schedule: schedule:
# Run every 30 minutes # Run every 30 minutes
- cron: '*/30 * * * *' - cron: '*/20 * * * *'
# Other schedule options (uncomment to use): # Other schedule options (uncomment to use):
# Run every 15 minutes # Run every 15 minutes