mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-10 23:37:15 +09: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…
x
Reference in New Issue
Block a user