mirror of
https://github.com/SukkaW/Surge.git
synced 2026-03-15 15:36:42 +08:00
CI: Enable Manual Trigger for Build Job
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 5 * * *' # Runs at 05:00 UTC
|
- cron: '0 5 * * *' # Runs at 05:00 UTC
|
||||||
- cron: '0 17 * * *' # Runs at 1:00 UTC
|
- cron: '0 17 * * *' # Runs at 1:00 UTC
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user