Ver a proveniência
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.
pull/3440/head
Ivan Pozdeev
há 2 meses
ascendente
cometimento
a736e6af27
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: FB6A628DCF06DCD7
1 ficheiros alterados com
1 adições e
1 eliminações
-
.github/workflows/add_version.yml
|
|
|
@ -4,7 +4,7 @@ on: |
|
|
|
workflow_dispatch: {} |
|
|
|
schedule: |
|
|
|
# Every N hours |
|
|
|
- cron: '0 */4 * * *' |
|
|
|
- cron: '25 */4 * * *' |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
|