Sfoglia il codice sorgente

CI: add_script: make more frequent

practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev 5 mesi fa
parent
commit
5447f1f859
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: FB6A628DCF06DCD7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/add_version.yml

+ 1
- 1
.github/workflows/add_version.yml Vedi File

@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
schedule:
# Every N hours
- cron: '0 */8 * * *'
- cron: '0 */4 * * *'
permissions:
contents: write

Caricamento…
Annulla
Salva