瀏覽代碼
CI: add_script: make more frequent
practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev
5 月之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: FB6A628DCF06DCD7
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
.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 |
|
|
|
|