浏览代码

CI: increase auto build to twice per day

SukkaW 7 月之前
父节点
当前提交
75c3fa869c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -5,7 +5,7 @@ on:
       - master
   pull_request:
   schedule:
-    - cron: "0 12 * * *"
+    - cron: "45 12/12 * * *"
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}