Browse Source

CI: no-response: half the frequency

getting "no runner found" errors
pull/3440/head
Ivan Pozdeev 2 months ago
parent
commit
27b4b4dc84
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/no-response.yml

+ 2
- 2
.github/workflows/no-response.yml 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:

Loading…
Cancel
Save