mirror of
https://github.com/pyenv/pyenv.git
synced 2026-06-05 16:38:14 +09:00
CI: add_version: move off the start of the hour
Due to load peak at 0 minutes, it may fail to get a runner. Github tries to allocate a runner for ~15 minutes.
This commit is contained in:
parent
36f37e96ea
commit
a736e6af27
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: '0 */4 * * *'
|
||||
- cron: '25 */4 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user