瀏覽代碼

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 2 月之前
父節點
當前提交
a736e6af27
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: FB6A628DCF06DCD7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .github/workflows/add_version.yml

+ 1
- 1
.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

Loading…
取消
儲存