fix schedule syntax

This commit is contained in:
Ivan Pozdeev 2026-01-09 12:04:52 +03:00
parent d9182d6edc
commit c8129ceee6
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -1,8 +1,8 @@
name: Add versions name: Add versions
on: on:
- workflow_dispatch workflow_dispatch: {}
- schedule: schedule:
# Every N hours # Every N hours
- cron: '* */8 * * *' - cron: '* */8 * * *'