CI: add_version: move off the start of the hour

Due to load peak at 0 minutes, it may fail to get a runner.
Github tries to allocate a runner for ~15 minutes.
This commit is contained in:
Ivan Pozdeev 2026-05-06 18:18:29 +03:00
parent 36f37e96ea
commit a736e6af27
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: '0 */4 * * *' - cron: '25 */4 * * *'
permissions: permissions:
contents: write contents: write