mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-18 10:37:29 +09:00
Fix schedule
This commit is contained in:
parent
c62be31e8c
commit
05ba9388a7
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: '* */8 * * *'
|
- cron: '0 */8 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user