CI: increase auto build to twice per day

This commit is contained in:
SukkaW 2025-08-20 00:19:09 +08:00
parent 71662b8686
commit 75c3fa869c

View File

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