Enable cron website rebuild
All checks were successful
website-main / prod-build (push) Successful in 1m38s
website-main / test-build (push) Successful in 1m25s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-09-23 13:57:08 +02:00
parent c727cc9232
commit 9504f2f73d

@ -7,7 +7,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '56 13 * * *'
- cron: '0 0 * * *'
concurrency:
group: ${{ gitea.workflow }}-${{ gitea.ref }}