mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
CI: no-response: half the frequency
getting "no runner found" errors
This commit is contained in:
parent
0b0335a378
commit
27b4b4dc84
4
.github/workflows/no-response.yml
vendored
4
.github/workflows/no-response.yml
vendored
|
|
@ -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…
Reference in a new issue