Ver código fonte
CI: add_script: make more frequent
practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev
5 meses atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: FB6A628DCF06DCD7
1 arquivos alterados com
1 adições e
1 exclusões
-
.github/workflows/add_version.yml
|
|
|
@ -4,7 +4,7 @@ on: |
|
|
|
workflow_dispatch: {} |
|
|
|
schedule: |
|
|
|
# Every N hours |
|
|
|
- cron: '0 */8 * * *' |
|
|
|
- cron: '0 */4 * * *' |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
|