mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-18 02:27:28 +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
|
name: Add versions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch
|
workflow_dispatch: {}
|
||||||
- schedule:
|
schedule:
|
||||||
# Every N hours
|
# Every N hours
|
||||||
- cron: '* */8 * * *'
|
- cron: '* */8 * * *'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user