Compare commits

...

1 Commits

Author SHA1 Message Date
Ivan Pozdeev
05ba9388a7
Fix schedule 2026-01-11 23:45:25 +03:00

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