mirror of
https://github.com/pyenv/pyenv.git
synced 2026-06-06 00:48:13 +09: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…
x
Reference in New Issue
Block a user