mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
ci(sync-schedule): add manual trigger for sync workflow
- add workflow_dispatch event to enable manual execution
This commit is contained in:
parent
535549e25e
commit
4752022cea
1
.github/workflows/sync-schedule.yml
vendored
1
.github/workflows/sync-schedule.yml
vendored
@ -3,6 +3,7 @@ name: 同步仓库到其它远程仓库(定时任务)
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 */1 * * *
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user