mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-27 06:37:33 +09:00
CI: add_script: make more frequent
practice shows a long enough delay that contributors step in
This commit is contained in:
parent
3441980e83
commit
5447f1f859
2
.github/workflows/add_version.yml
vendored
2
.github/workflows/add_version.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
schedule:
|
schedule:
|
||||||
# Every N hours
|
# Every N hours
|
||||||
- cron: '0 */8 * * *'
|
- cron: '0 */4 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user