mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
fix schedule syntax
This commit is contained in:
parent
d9182d6edc
commit
c8129ceee6
4
.github/workflows/add_version.yml
vendored
4
.github/workflows/add_version.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: Add versions
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
- schedule:
|
||||
workflow_dispatch: {}
|
||||
schedule:
|
||||
# Every N hours
|
||||
- cron: '* */8 * * *'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue