ソースを参照

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

読み込み中…
キャンセル
保存