Skip to content

Commit 80740dd

Browse files
authored
Merge pull request #8 from XLsoft-Corporation/master
Add cron schedule for weekly Docker build
2 parents 380fcfa + 7b3499e commit 80740dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build-cloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: docker-build-cloud
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 0' # 毎週日曜日の午前0時(UTC)
57

68
jobs:
79
build-cloud:

0 commit comments

Comments
 (0)