mirror of
https://github.com/pyenv/pyenv.git
synced 2026-06-06 00:48:13 +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: {}
|
workflow_dispatch: {}
|
||||||
schedule:
|
schedule:
|
||||||
# Every N hours
|
# Every N hours
|
||||||
- cron: '0 */4 * * *'
|
- cron: '25 */4 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user