Merge pull request #108 from Hestia-Homes/feature/tasks

Feature/tasks
This commit is contained in:
Jun-te Kim 2025-11-21 11:57:15 +00:00 committed by GitHub
commit 5847624f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ on:
schedule:
- cron: '0 7 * * 1' # Every Monday at 07:00 UTC
- cron: '0 7 23 * *' # On the 23th of every month at 07:00 UTC
- cron: '0 7 25 * *' # On the 25th of every month at 07:00 UTC
- cron: '0 7 26 * *' # On the 26th of every month at 07:00 UTC
- cron: '0 7 29 * *' # On the 29th of every month at 07:00 UTC
workflow_dispatch: