ソースを参照

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 }}