ソースを参照

[ci] Run automatic checks weekly monday morning

tags/v0.3.3
コミット
c375a3d39c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml ファイルの表示

@@ -3,8 +3,8 @@ on:
pull_request:
# for now, CRON jobs only run on the default branch of the repo (i.e. usually on master)
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 4 * * *"
# weekly Monday morning
- cron: "0 6 * * 1"

name: CI by {tic}


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