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:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
schedule:
|
schedule:
|
||||||
# Schedule for ten minutes after the hour, every hour
|
# Schedule for ten minutes after the hour, every 2 hours
|
||||||
- cron: '10 * * * *'
|
- cron: '10 /2 * * *'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user