Fix schedule

This commit is contained in:
Ivan Pozdeev 2026-01-11 23:45:25 +03:00
parent c62be31e8c
commit 05ba9388a7
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: {} workflow_dispatch: {}
schedule: schedule:
# Every N hours # Every N hours
- cron: '* */8 * * *' - cron: '0 */8 * * *'
permissions: permissions:
contents: write contents: write