Skip to content

Commit f57e588

Browse files
authored
Update docker-image.yml
add on:workflow_dispatch
1 parent 5d1281c commit f57e588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Docker Image CI
22

33
# 定义触发条件:每周一运行
44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: "0 0 * * 1" # 每周一 00:00 UTC
78

0 commit comments

Comments
 (0)