Sfoglia il codice sorgente

Fix schedule

pull/3389/head
Ivan Pozdeev 6 mesi fa
parent
commit
05ba9388a7
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: '* */8 * * *'
- cron: '0 */8 * * *'
permissions:
contents: write

Caricamento…
Annulla
Salva