CI: Enable Manual Trigger for Build Job

This commit is contained in:
SukkaW
2026-02-04 09:56:25 +08:00
parent 729fd88eb6
commit a67cb154f8

View File

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