浏览代码

CI: run build twice per day

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

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

@@ -5,7 +5,8 @@ on:
       - master
   pull_request:
   schedule:
-    - cron: "45 12/12 * * *"
+    - cron: '0 5 * * *'  # Runs at 05:00 UTC
+    - cron: '0 17 * * *' # Runs at 1:00 UTC
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}