CI: no-response: half the frequency

getting "no runner found" errors
This commit is contained in:
Ivan Pozdeev 2026-05-06 01:24:27 +03:00
parent 0b0335a378
commit 27b4b4dc84
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -6,8 +6,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for ten minutes after the hour, every hour
- cron: '10 * * * *'
# Schedule for ten minutes after the hour, every 2 hours
- cron: '10 /2 * * *'
permissions: {}
jobs: