CI: add_script: make more frequent

practice shows a long enough delay that contributors step in
This commit is contained in:
Ivan Pozdeev 2026-01-15 16:09:57 +03:00
parent 3441980e83
commit 5447f1f859
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

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