mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04: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: {}
|
||||
schedule:
|
||||
# Every N hours
|
||||
- cron: '* */8 * * *'
|
||||
- cron: '0 */8 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue