瀏覽代碼

[ci] Run automatic checks weekly monday morning

tags/v0.3.3
Garrick Aden-Buie 6 年之前
父節點
當前提交
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}


Loading…
取消
儲存