CI: no-response: fix

This commit is contained in:
Ivan Pozdeev 2026-05-06 01:26:56 +03:00
parent 3f62ee82b5
commit 36f37e96ea
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

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